Html Css Color HEX #CFDE37 Bitter Lemon

📋 copy color: '#CFDE37'

red 207 ◦ green 222 ◦ blue 55

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

Shades of Bitter Lemon #CFDE37

Tints of Bitter Lemon #CFDE37

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.87%

 BLUE value IS 55 (21.88% from 255) = 11.36%

R = 42.77%
G = 45.87%
B = 11.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#CFDE37 (or 0xCFDE37) is known color: Bitter Lemon. HEX triplet: CF, DE and 37. RGB value is (207,222,55). Sum of RGB (Red+Green+Blue) = 207+222+55=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE37 is #3021C8. Grayscale: #C7C7C7. Windows color (decimal): -3154377 or 3661519. OLE color: 3661519.

HSL color Cylindrical-coordinate representation of color #CFDE37: hue angle of 65.39º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFDE37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 55 -
CMYK 0.07 0 0.75 0.13
HSL 65.39º 0.72% 0.54% -
HSV(B) 65.39º 0.75% 0.87% -
XYZ 52.54 65.78 13.54 -
YUV 198.48 47.03 134.08 -
System Red Green Blue C M Y K H S L
Decimal 207 222 55 0.07 0 0.75 0.13 65.39 0.72 0.54
Hex CF DE 37 7 0 4B D 41 48 36
Octal 317 336 67 7 0 113 15 101 110 66
Binary 11001111 11011110 110111 111 0 1001011 1101 1000001 1001000 110110

Color Harmonies of #CFDE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE37

Black with #CFDE37

Text Example


Text Example

White with #CFDE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE37; }

 p { color: rgb(207,222,55); }

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

background-color css

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

 a { background-color: rgb(207,222,55); }

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

border-color css

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

 span { border-color: rgb(207,222,55); }

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