#CED921

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

Shades of Bitter Lemon #CED921

Tints of Bitter Lemon #CED921

Color information

#CED921 (or 0xCED921) is unknown color: approx Bitter Lemon. HEX triplet: CE, D9 and 21. RGB value is (206,217,33). Sum of RGB (Red+Green+Blue) = 206+217+33=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #CED921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED921 is #3126DE. Grayscale: #C1C1C1. Windows color (decimal): -3221215 or 2218446. OLE color: 2218446.

HSL color Cylindrical-coordinate representation of color #CED921: hue angle of 63.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED921 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB20621733-
CMYK0.0500.850.15
HSL63.59º73.6%49.02%-
HSV(B)63.59º84.79%85.1%-
XYZ50.5462.8610.91-
YUV192.7437.86137.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 217 (85.16% from 255) = 47.59%
BLUE value IS 33 (13.28% from 255) = 7.24%
R=45.18%
G=47.59%
B=7.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206217330.0500.850.1563.5973.649.02
HexCED9215055F404a31
Octal31633141501251710011261
Binary110011101101100110000110101010101111110000001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED921; }

 p { color: rgb(206,217,33); }

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

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

 a { background-color: rgb(206,217,33); }

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

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

 span { border-color: rgb(206,217,33); }

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