Html Css Color HEX #CFDB27 Bitter Lemon

📋 copy color: '#CFDB27'

red 207 ◦ green 219 ◦ blue 39

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

Shades of Bitter Lemon #CFDB27

Tints of Bitter Lemon #CFDB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.39%

R = 44.52%
G = 47.1%
B = 8.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#CFDB27 (or 0xCFDB27) is known color: Bitter Lemon. HEX triplet: CF, DB and 27. RGB value is (207,219,39). Sum of RGB (Red+Green+Blue) = 207+219+39=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB27 is #3024D8. Grayscale: #C3C3C3. Windows color (decimal): -3155161 or 2612175. OLE color: 2612175.

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

Color convert

RGB 207 219 39 -
CMYK 0.05 0 0.82 0.14
HSL 64º 0.71% 0.51% -
HSV(B) 64º 0.82% 0.86% -
XYZ 51.43 64.07 11.58 -
YUV 194.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 207 219 39 0.05 0 0.82 0.14 64 0.71 0.51
Hex CF DB 27 5 0 52 E 40 47 33
Octal 317 333 47 5 0 122 16 100 107 63
Binary 11001111 11011011 100111 101 0 1010010 1110 1000000 1000111 110011

Color Harmonies of #CFDB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB27

Black with #CFDB27

Text Example


Text Example

White with #CFDB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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