Html Css Color HEX #CED132 Bitter Lemon

📋 copy color: '#CED132'

red 206 ◦ green 209 ◦ blue 50

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

Shades of Bitter Lemon #CED132

Tints of Bitter Lemon #CED132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.95%

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

R = 44.3%
G = 44.95%
B = 10.75%

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

#CED132 (or 0xCED132) is known color: Bitter Lemon. HEX triplet: CE, D1 and 32. RGB value is (206,209,50). Sum of RGB (Red+Green+Blue) = 206+209+50=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #CED132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED132 is #312ECD. Grayscale: #BEBEBE. Windows color (decimal): -3223246 or 3330510. OLE color: 3330510.

HSL color Cylindrical-coordinate representation of color #CED132: hue angle of 61.13º 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 #CED132 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 50 -
CMYK 0.01 0 0.76 0.18
HSL 61.13º 0.63% 0.51% -
HSV(B) 61.13º 0.76% 0.82% -
XYZ 48.83 58.95 11.82 -
YUV 189.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 206 209 50 0.01 0 0.76 0.18 61.13 0.63 0.51
Hex CE D1 32 1 0 4C 12 3D 3F 33
Octal 316 321 62 1 0 114 22 75 77 63
Binary 11001110 11010001 110010 1 0 1001100 10010 111101 111111 110011

Color Harmonies of #CED132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED132

Black with #CED132

Text Example


Text Example

White with #CED132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED132; }

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

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

background-color css

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

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

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

border-color css

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

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

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