#CED633

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

Shades of Bitter Lemon #CED633

Tints of Bitter Lemon #CED633

Color information

#CED633 (or 0xCED633) is unknown color: approx Bitter Lemon. HEX triplet: CE, D6 and 33. RGB value is (206,214,51). Sum of RGB (Red+Green+Blue) = 206+214+51=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #CED633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED633 is #3129CC. Grayscale: #C1C1C1. Windows color (decimal): -3221965 or 3397326. OLE color: 3397326.

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

Color convert

RGB20621451-
CMYK0.0400.760.16
HSL62.94º66.53%51.96%-
HSV(B)62.94º76.17%83.92%-
XYZ50.161.4512.35-
YUV193.0347.85137.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 51 (20.31% from 255) = 10.83%
R=43.74%
G=45.44%
B=10.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206214510.0400.760.1662.9466.5351.96
HexCED633404C103f4334
Octal3163266340114207710364
Binary110011101101011011001110001001100100001111111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED633; }

 p { color: rgb(206,214,51); }

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

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

 a { background-color: rgb(206,214,51); }

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

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

 span { border-color: rgb(206,214,51); }

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