Html Css Color HEX #CED232 Bitter Lemon

📋 copy color: '#CED232'

red 206 ◦ green 210 ◦ blue 50

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

Shades of Bitter Lemon #CED232

Tints of Bitter Lemon #CED232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

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

R = 44.21%
G = 45.06%
B = 10.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CED232 (or 0xCED232) is known color: Bitter Lemon. HEX triplet: CE, D2 and 32. RGB value is (206,210,50). Sum of RGB (Red+Green+Blue) = 206+210+50=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #CED232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED232 is #312DCD. Grayscale: #BFBFBF. Windows color (decimal): -3222990 or 3330766. OLE color: 3330766.

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

Color convert

RGB 206 210 50 -
CMYK 0.02 0 0.76 0.18
HSL 61.5º 0.64% 0.51% -
HSV(B) 61.5º 0.76% 0.82% -
XYZ 49.08 59.45 11.91 -
YUV 190.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 206 210 50 0.02 0 0.76 0.18 61.5 0.64 0.51
Hex CE D2 32 2 0 4C 12 3E 40 33
Octal 316 322 62 2 0 114 22 76 100 63
Binary 11001110 11010010 110010 10 0 1001100 10010 111110 1000000 110011

Color Harmonies of #CED232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED232

Black with #CED232

Text Example


Text Example

White with #CED232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED232; }

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

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

background-color css

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

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

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

border-color css

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

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

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