Html Css Color HEX #CED428 Bitter Lemon

📋 copy color: '#CED428'

red 206 ◦ green 212 ◦ blue 40

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

Shades of Bitter Lemon #CED428

Tints of Bitter Lemon #CED428

RGB

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

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

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

R = 44.98%
G = 46.29%
B = 8.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CED428 (or 0xCED428) is known color: Bitter Lemon. HEX triplet: CE, D4 and 28. RGB value is (206,212,40). Sum of RGB (Red+Green+Blue) = 206+212+40=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #CED428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED428 is #312BD7. Grayscale: #BFBFBF. Windows color (decimal): -3222488 or 2675918. OLE color: 2675918.

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

Color convert

RGB 206 212 40 -
CMYK 0.03 0 0.81 0.17
HSL 62.09º 0.68% 0.49% -
HSV(B) 62.09º 0.81% 0.83% -
XYZ 49.38 60.36 11.06 -
YUV 190.6 43.01 138.99 -
System Red Green Blue C M Y K H S L
Decimal 206 212 40 0.03 0 0.81 0.17 62.09 0.68 0.49
Hex CE D4 28 3 0 51 11 3E 44 31
Octal 316 324 50 3 0 121 21 76 104 61
Binary 11001110 11010100 101000 11 0 1010001 10001 111110 1000100 110001

Color Harmonies of #CED428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED428

Black with #CED428

Text Example


Text Example

White with #CED428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED428; }

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

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

background-color css

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

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

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

border-color css

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

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

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