Html Css Color HEX #CFDB28 Bitter Lemon

📋 copy color: '#CFDB28'

red 207 ◦ green 219 ◦ blue 40

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

Shades of Bitter Lemon #CFDB28

Tints of Bitter Lemon #CFDB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.58%

R = 44.42%
G = 47%
B = 8.58%

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

#CFDB28 (or 0xCFDB28) is known color: Bitter Lemon. HEX triplet: CF, DB and 28. RGB value is (207,219,40). Sum of RGB (Red+Green+Blue) = 207+219+40=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB28 is #3024D7. Grayscale: #C3C3C3. Windows color (decimal): -3155160 or 2677711. OLE color: 2677711.

HSL color Cylindrical-coordinate representation of color #CFDB28: hue angle of 64.02º 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 #CFDB28 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 40 -
CMYK 0.05 0 0.82 0.14
HSL 64.02º 0.71% 0.51% -
HSV(B) 64.02º 0.82% 0.86% -
XYZ 51.45 64.08 11.66 -
YUV 195.01 40.52 136.55 -
System Red Green Blue C M Y K H S L
Decimal 207 219 40 0.05 0 0.82 0.14 64.02 0.71 0.51
Hex CF DB 28 5 0 52 E 40 47 33
Octal 317 333 50 5 0 122 16 100 107 63
Binary 11001111 11011011 101000 101 0 1010010 1110 1000000 1000111 110011

Color Harmonies of #CFDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB28

Black with #CFDB28

Text Example


Text Example

White with #CFDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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