Html Css Color HEX #CED729 Bitter Lemon

📋 copy color: '#CED729'

red 206 ◦ green 215 ◦ blue 41

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

Shades of Bitter Lemon #CED729

Tints of Bitter Lemon #CED729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.54%

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

R = 44.59%
G = 46.54%
B = 8.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#CED729 (or 0xCED729) is known color: Bitter Lemon. HEX triplet: CE, D7 and 29. RGB value is (206,215,41). Sum of RGB (Red+Green+Blue) = 206+215+41=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #CED729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED729 is #3128D6. Grayscale: #C1C1C1. Windows color (decimal): -3221719 or 2742222. OLE color: 2742222.

HSL color Cylindrical-coordinate representation of color #CED729: hue angle of 63.1º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CED729 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 41 -
CMYK 0.04 0 0.81 0.16
HSL 63.1º 0.69% 0.5% -
HSV(B) 63.1º 0.81% 0.84% -
XYZ 50.15 61.88 11.4 -
YUV 192.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 206 215 41 0.04 0 0.81 0.16 63.1 0.69 0.5
Hex CE D7 29 4 0 51 10 3F 45 32
Octal 316 327 51 4 0 121 20 77 105 62
Binary 11001110 11010111 101001 100 0 1010001 10000 111111 1000101 110010

Color Harmonies of #CED729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED729

Black with #CED729

Text Example


Text Example

White with #CED729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED729; }

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

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

background-color css

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

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

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

border-color css

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

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

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