#CED33C

Color #CED33C Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #CED33C

Tints of Bitter Lemon #CED33C

Color information

#CED33C (or 0xCED33C) is unknown color: approx Bitter Lemon. HEX triplet: CE, D3 and 3C. RGB value is (206,211,60). Sum of RGB (Red+Green+Blue) = 206+211+60=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #CED33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED33C is #312CC3. Grayscale: #C0C0C0. Windows color (decimal): -3222724 or 3986382. OLE color: 3986382.

HSL color Cylindrical-coordinate representation of color #CED33C: hue angle of 61.99º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CED33C is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB20621160-
CMYK0.0200.720.17
HSL61.99º63.18%53.14%-
HSV(B)61.99º71.56%82.75%-
XYZ49.5660.0413.25-
YUV192.2953.34137.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 211 (82.81% from 255) = 44.23%
BLUE value IS 60 (23.83% from 255) = 12.58%
R=43.19%
G=44.23%
B=12.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206211600.0200.720.1761.9963.1853.14
HexCED33C2048113e3f35
Octal316323742011021767765
Binary1100111011010011111100100100100010001111110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED33C; }

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

 H1.HeaderClassName
 {
   color: #CED33C;
 }
 .AnyTagClassName
 {
   color: #CED33C;
 }
</style>
background-color css

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

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

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

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

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

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