Html Css Color HEX #CED032 Bitter Lemon

📋 copy color: '#CED032'

red 206 ◦ green 208 ◦ blue 50

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

Shades of Bitter Lemon #CED032

Tints of Bitter Lemon #CED032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.78%

R = 44.4%
G = 44.83%
B = 10.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CED032 (or 0xCED032) is known color: Bitter Lemon. HEX triplet: CE, D0 and 32. RGB value is (206,208,50). Sum of RGB (Red+Green+Blue) = 206+208+50=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #CED032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED032 is #312FCD. Grayscale: #BEBEBE. Windows color (decimal): -3223502 or 3330254. OLE color: 3330254.

HSL color Cylindrical-coordinate representation of color #CED032: hue angle of 60.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED032 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 50 -
CMYK 0.01 0 0.76 0.18
HSL 60.76º 0.63% 0.51% -
HSV(B) 60.76º 0.76% 0.82% -
XYZ 48.59 58.46 11.74 -
YUV 189.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 206 208 50 0.01 0 0.76 0.18 60.76 0.63 0.51
Hex CE D0 32 1 0 4C 12 3D 3F 33
Octal 316 320 62 1 0 114 22 75 77 63
Binary 11001110 11010000 110010 1 0 1001100 10010 111101 111111 110011

Color Harmonies of #CED032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED032

Black with #CED032

Text Example


Text Example

White with #CED032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED032; }

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

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

background-color css

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

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

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

border-color css

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

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

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