Html Css Color HEX #CFD921 Bitter Lemon

📋 copy color: '#CFD921'

red 207 ◦ green 217 ◦ blue 33

#CFD921
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #CFD921

Tints of Bitter Lemon #CFD921

RGB

 RED value IS 207 (81.25% from 255) = 45.3%

 GREEN value IS 217 (85.16% from 255) = 47.48%

 BLUE value IS 33 (13.28% from 255) = 7.22%

R = 45.3%
G = 47.48%
B = 7.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD921 (or 0xCFD921) is known color: Bitter Lemon. HEX triplet: CF, D9 and 21. RGB value is (207,217,33). Sum of RGB (Red+Green+Blue) = 207+217+33=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD921 is #3026DE. Grayscale: #C1C1C1. Windows color (decimal): -3155679 or 2218447. OLE color: 2218447.

HSL color Cylindrical-coordinate representation of color #CFD921: hue angle of 63.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFD921 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 33 -
CMYK 0.05 0 0.85 0.15
HSL 63.26º 0.74% 0.49% -
HSV(B) 63.26º 0.85% 0.85% -
XYZ 50.82 63 10.92 -
YUV 193.03 37.69 137.96 -
System Red Green Blue C M Y K H S L
Decimal 207 217 33 0.05 0 0.85 0.15 63.26 0.74 0.49
Hex CF D9 21 5 0 55 F 3F 4A 31
Octal 317 331 41 5 0 125 17 77 112 61
Binary 11001111 11011001 100001 101 0 1010101 1111 111111 1001010 110001

Color Harmonies of #CFD921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD921

Black with #CFD921

Text Example


Text Example

White with #CFD921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD921; }

 p { color: rgb(207,217,33); }

 H1.HeaderClassName
 {
   color: #CFD921;
 }
 .AnyTagClassName
 {
   color: #CFD921;
 }
</style>

background-color css

<style>
 a { background-color: #CFD921; }

 a { background-color: rgb(207,217,33); }

 div.DivClassName
 {
   background-color: #CFD921;
 }
 .BgClassName
 {
   background-color: #CFD921;
 }
</style>

border-color css

<style>
 span { border-color: #CFD921; }

 span { border-color: rgb(207,217,33); }

 td.TdClassName
 {
   border-color: #CFD921;
 }
 .TagClassName
 {
   border-color: #CFD921;
 }
</style>