#CDE486

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

Shades of Sulu #CDE486

Tints of Sulu #CDE486

Color information

#CDE486 (or 0xCDE486) is unknown color: approx Sulu. HEX triplet: CD, E4 and 86. RGB value is (205,228,134). Sum of RGB (Red+Green+Blue) = 205+228+134=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE486 is #321B79. Grayscale: #D2D2D2. Windows color (decimal): -3283834 or 8840397. OLE color: 8840397.

HSL color Cylindrical-coordinate representation of color #CDE486: hue angle of 74.68º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDE486 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB205228134-
CMYK0.1000.410.11
HSL74.68º63.51%70.98%-
HSV(B)74.68º41.23%89.41%-
XYZ57.2270.1933.09-
YUV210.4184.88124.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=36.16%
G=40.21%
B=23.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052281340.1000.410.1174.6863.5170.98
HexCDE486A029B4b4047
Octal3153442061205113113100107
Binary110011011110010010000110101001010011011100101110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE486; }

 p { color: rgb(205,228,134); }

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

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

 a { background-color: rgb(205,228,134); }

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

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

 span { border-color: rgb(205,228,134); }

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