#CED735

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

Shades of Bitter Lemon #CED735

Tints of Bitter Lemon #CED735

Color information

#CED735 (or 0xCED735) is unknown color: approx Bitter Lemon. HEX triplet: CE, D7 and 35. RGB value is (206,215,53). Sum of RGB (Red+Green+Blue) = 206+215+53=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #CED735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED735 is #3128CA. Grayscale: #C2C2C2. Windows color (decimal): -3221707 or 3528654. OLE color: 3528654.

HSL color Cylindrical-coordinate representation of color #CED735: hue angle of 63.33º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED735 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB20621553-
CMYK0.0400.750.16
HSL63.33º66.94%52.55%-
HSV(B)63.33º75.35%84.31%-
XYZ50.461.9812.68-
YUV193.8448.52136.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 215 (84.38% from 255) = 45.36%
BLUE value IS 53 (21.09% from 255) = 11.18%
R=43.46%
G=45.36%
B=11.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206215530.0400.750.1663.3366.9452.55
HexCED735404B103f4335
Octal3163276540113207710365
Binary110011101101011111010110001001011100001111111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED735; }

 p { color: rgb(206,215,53); }

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

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

 a { background-color: rgb(206,215,53); }

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

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

 span { border-color: rgb(206,215,53); }

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