Html Css Color HEX #CEDB28 Bitter Lemon

📋 copy color: '#CEDB28'

red 206 ◦ green 219 ◦ blue 40

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

Shades of Bitter Lemon #CEDB28

Tints of Bitter Lemon #CEDB28

RGB

 RED value IS 206 (80.86% from 255) = 44.3%

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

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

R = 44.3%
G = 47.1%
B = 8.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#CEDB28 (or 0xCEDB28) is known color: Bitter Lemon. HEX triplet: CE, DB and 28. RGB value is (206,219,40). Sum of RGB (Red+Green+Blue) = 206+219+40=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB28 is #3124D7. Grayscale: #C3C3C3. Windows color (decimal): -3220696 or 2677710. OLE color: 2677710.

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

Color convert

RGB 206 219 40 -
CMYK 0.06 0 0.82 0.14
HSL 64.36º 0.71% 0.51% -
HSV(B) 64.36º 0.82% 0.86% -
XYZ 51.17 63.94 11.65 -
YUV 194.71 40.69 136.05 -
System Red Green Blue C M Y K H S L
Decimal 206 219 40 0.06 0 0.82 0.14 64.36 0.71 0.51
Hex CE DB 28 6 0 52 E 40 47 33
Octal 316 333 50 6 0 122 16 100 107 63
Binary 11001110 11011011 101000 110 0 1010010 1110 1000000 1000111 110011

Color Harmonies of #CEDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB28

Black with #CEDB28

Text Example


Text Example

White with #CEDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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