#ced237

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

Shades of Bitter Lemon #CED237

Tints of Bitter Lemon #CED237

Color information

#CED237 (or 0xCED237) is unknown color: approx Bitter Lemon. HEX triplet: CE, D2 and 37. RGB value is (206,210,55). Sum of RGB (Red+Green+Blue) = 206+210+55=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #CED237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED237 is #312DC8. Grayscale: #BFBFBF. Windows color (decimal): -3222985 or 3658446. OLE color: 3658446.

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

Color convert

RGB20621055-
CMYK0.0200.740.18
HSL61.55º63.27%51.96%-
HSV(B)61.55º73.81%82.35%-
XYZ49.1959.4912.5-
YUV191.1351.17138.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 55 (21.88% from 255) = 11.68%
R=43.74%
G=44.59%
B=11.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206210550.0200.740.1861.5563.2751.96
HexCED237204A123e3f34
Octal316322672011222767764
Binary1100111011010010110111100100101010010111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced237; }

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

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

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

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

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

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

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

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