Html Css Color HEX #CED329 Bitter Lemon

📋 copy color: '#CED329'

red 206 ◦ green 211 ◦ blue 41

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

Shades of Bitter Lemon #CED329

Tints of Bitter Lemon #CED329

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.07%

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

R = 44.98%
G = 46.07%
B = 8.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CED329 (or 0xCED329) is known color: Bitter Lemon. HEX triplet: CE, D3 and 29. RGB value is (206,211,41). Sum of RGB (Red+Green+Blue) = 206+211+41=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #CED329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED329 is #312CD6. Grayscale: #BEBEBE. Windows color (decimal): -3222743 or 2741198. OLE color: 2741198.

HSL color Cylindrical-coordinate representation of color #CED329: hue angle of 61.76º degrees, saturation: 0.67, 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 #CED329 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 41 -
CMYK 0.02 0 0.81 0.17
HSL 61.76º 0.67% 0.49% -
HSV(B) 61.76º 0.81% 0.83% -
XYZ 49.15 59.87 11.06 -
YUV 190.13 43.84 139.32 -
System Red Green Blue C M Y K H S L
Decimal 206 211 41 0.02 0 0.81 0.17 61.76 0.67 0.49
Hex CE D3 29 2 0 51 11 3E 43 31
Octal 316 323 51 2 0 121 21 76 103 61
Binary 11001110 11010011 101001 10 0 1010001 10001 111110 1000011 110001

Color Harmonies of #CED329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED329

Black with #CED329

Text Example


Text Example

White with #CED329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED329; }

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

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

background-color css

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

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

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

border-color css

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

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

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