Html Css Color HEX #CEDC28 Bitter Lemon

📋 copy color: '#CEDC28'

red 206 ◦ green 220 ◦ blue 40

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

Shades of Bitter Lemon #CEDC28

Tints of Bitter Lemon #CEDC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

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

R = 44.21%
G = 47.21%
B = 8.58%

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

#CEDC28 (or 0xCEDC28) is known color: Bitter Lemon. HEX triplet: CE, DC and 28. RGB value is (206,220,40). Sum of RGB (Red+Green+Blue) = 206+220+40=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC28 is #3123D7. Grayscale: #C3C3C3. Windows color (decimal): -3220440 or 2677966. OLE color: 2677966.

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

Color convert

RGB 206 220 40 -
CMYK 0.06 0 0.82 0.14
HSL 64.67º 0.72% 0.51% -
HSV(B) 64.67º 0.82% 0.86% -
XYZ 51.43 64.46 11.74 -
YUV 195.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 206 220 40 0.06 0 0.82 0.14 64.67 0.72 0.51
Hex CE DC 28 6 0 52 E 41 48 33
Octal 316 334 50 6 0 122 16 101 110 63
Binary 11001110 11011100 101000 110 0 1010010 1110 1000001 1001000 110011

Color Harmonies of #CEDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC28

Black with #CEDC28

Text Example


Text Example

White with #CEDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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