Html Css Color HEX #CED429 Bitter Lemon

📋 copy color: '#CED429'

red 206 ◦ green 212 ◦ blue 41

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

Shades of Bitter Lemon #CED429

Tints of Bitter Lemon #CED429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.93%

R = 44.88%
G = 46.19%
B = 8.93%

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

#CED429 (or 0xCED429) is known color: Bitter Lemon. HEX triplet: CE, D4 and 29. RGB value is (206,212,41). Sum of RGB (Red+Green+Blue) = 206+212+41=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #CED429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED429 is #312BD6. Grayscale: #BFBFBF. Windows color (decimal): -3222487 or 2741454. OLE color: 2741454.

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

Color convert

RGB 206 212 41 -
CMYK 0.03 0 0.81 0.17
HSL 62.11º 0.68% 0.5% -
HSV(B) 62.11º 0.81% 0.83% -
XYZ 49.4 60.37 11.15 -
YUV 190.71 43.51 138.9 -
System Red Green Blue C M Y K H S L
Decimal 206 212 41 0.03 0 0.81 0.17 62.11 0.68 0.5
Hex CE D4 29 3 0 51 11 3E 44 32
Octal 316 324 51 3 0 121 21 76 104 62
Binary 11001110 11010100 101001 11 0 1010001 10001 111110 1000100 110010

Color Harmonies of #CED429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED429

Black with #CED429

Text Example


Text Example

White with #CED429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED429; }

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

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

background-color css

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

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

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

border-color css

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

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

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