Html Css Color HEX #CED029 Bitter Lemon

📋 copy color: '#CED029'

red 206 ◦ green 208 ◦ blue 41

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

Shades of Bitter Lemon #CED029

Tints of Bitter Lemon #CED029

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.71%

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

R = 45.27%
G = 45.71%
B = 9.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#CED029 (or 0xCED029) is known color: Bitter Lemon. HEX triplet: CE, D0 and 29. RGB value is (206,208,41). Sum of RGB (Red+Green+Blue) = 206+208+41=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #CED029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED029 is #312FD6. Grayscale: #BDBDBD. Windows color (decimal): -3223511 or 2740430. OLE color: 2740430.

HSL color Cylindrical-coordinate representation of color #CED029: hue angle of 60.72º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED029 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 41 -
CMYK 0.01 0 0.80 0.18
HSL 60.72º 0.67% 0.49% -
HSV(B) 60.72º 0.8% 0.82% -
XYZ 48.41 58.39 10.82 -
YUV 188.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 206 208 41 0.01 0 0.80 0.18 60.72 0.67 0.49
Hex CE D0 29 1 0 50 12 3D 43 31
Octal 316 320 51 1 0 120 22 75 103 61
Binary 11001110 11010000 101001 1 0 1010000 10010 111101 1000011 110001

Color Harmonies of #CED029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED029

Black with #CED029

Text Example


Text Example

White with #CED029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED029; }

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

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

background-color css

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

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

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

border-color css

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

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

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