Html Css Color HEX #CFDC22 Bitter Lemon

📋 copy color: '#CFDC22'

red 207 ◦ green 220 ◦ blue 34

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

Shades of Bitter Lemon #CFDC22

Tints of Bitter Lemon #CFDC22

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 34 (13.67% from 255) = 7.38%

R = 44.9%
G = 47.72%
B = 7.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#CFDC22 (or 0xCFDC22) is known color: Bitter Lemon. HEX triplet: CF, DC and 22. RGB value is (207,220,34). Sum of RGB (Red+Green+Blue) = 207+220+34=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC22 is #3023DD. Grayscale: #C3C3C3. Windows color (decimal): -3154910 or 2284751. OLE color: 2284751.

HSL color Cylindrical-coordinate representation of color #CFDC22: hue angle of 64.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFDC22 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 34 -
CMYK 0.06 0 0.85 0.14
HSL 64.19º 0.73% 0.5% -
HSV(B) 64.19º 0.85% 0.86% -
XYZ 51.61 64.57 11.26 -
YUV 194.91 37.19 136.62 -
System Red Green Blue C M Y K H S L
Decimal 207 220 34 0.06 0 0.85 0.14 64.19 0.73 0.5
Hex CF DC 22 6 0 55 E 40 49 32
Octal 317 334 42 6 0 125 16 100 111 62
Binary 11001111 11011100 100010 110 0 1010101 1110 1000000 1001001 110010

Color Harmonies of #CFDC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC22

Black with #CFDC22

Text Example


Text Example

White with #CFDC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC22; }

 p { color: rgb(207,220,34); }

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

background-color css

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

 a { background-color: rgb(207,220,34); }

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

border-color css

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

 span { border-color: rgb(207,220,34); }

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