Html Css Color HEX #CFDB37 Bitter Lemon

📋 copy color: '#CFDB37'

red 207 ◦ green 219 ◦ blue 55

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

Shades of Bitter Lemon #CFDB37

Tints of Bitter Lemon #CFDB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

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

R = 43.04%
G = 45.53%
B = 11.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#CFDB37 (or 0xCFDB37) is known color: Bitter Lemon. HEX triplet: CF, DB and 37. RGB value is (207,219,55). Sum of RGB (Red+Green+Blue) = 207+219+55=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB37 is #3024C8. Grayscale: #C5C5C5. Windows color (decimal): -3155145 or 3660751. OLE color: 3660751.

HSL color Cylindrical-coordinate representation of color #CFDB37: hue angle of 64.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFDB37 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 55 -
CMYK 0.05 0 0.75 0.14
HSL 64.39º 0.69% 0.54% -
HSV(B) 64.39º 0.75% 0.86% -
XYZ 51.75 64.2 13.28 -
YUV 196.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 207 219 55 0.05 0 0.75 0.14 64.39 0.69 0.54
Hex CF DB 37 5 0 4B E 40 45 36
Octal 317 333 67 5 0 113 16 100 105 66
Binary 11001111 11011011 110111 101 0 1001011 1110 1000000 1000101 110110

Color Harmonies of #CFDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB37

Black with #CFDB37

Text Example


Text Example

White with #CFDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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