Html Css Color HEX #CED424 Bitter Lemon

📋 copy color: '#CED424'

red 206 ◦ green 212 ◦ blue 36

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

Shades of Bitter Lemon #CED424

Tints of Bitter Lemon #CED424

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.7%

 BLUE value IS 36 (14.45% from 255) = 7.93%

R = 45.37%
G = 46.7%
B = 7.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#CED424 (or 0xCED424) is known color: Bitter Lemon. HEX triplet: CE, D4 and 24. RGB value is (206,212,36). Sum of RGB (Red+Green+Blue) = 206+212+36=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #CED424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED424 is #312BDB. Grayscale: #BEBEBE. Windows color (decimal): -3222492 or 2413774. OLE color: 2413774.

HSL color Cylindrical-coordinate representation of color #CED424: hue angle of 62.05º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CED424 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 36 -
CMYK 0.03 0 0.83 0.17
HSL 62.05º 0.71% 0.49% -
HSV(B) 62.05º 0.83% 0.83% -
XYZ 49.32 60.34 10.72 -
YUV 190.14 41.01 139.31 -
System Red Green Blue C M Y K H S L
Decimal 206 212 36 0.03 0 0.83 0.17 62.05 0.71 0.49
Hex CE D4 24 3 0 53 11 3E 47 31
Octal 316 324 44 3 0 123 21 76 107 61
Binary 11001110 11010100 100100 11 0 1010011 10001 111110 1000111 110001

Color Harmonies of #CED424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED424

Black with #CED424

Text Example


Text Example

White with #CED424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED424; }

 p { color: rgb(206,212,36); }

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

background-color css

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

 a { background-color: rgb(206,212,36); }

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

border-color css

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

 span { border-color: rgb(206,212,36); }

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