#CDE48A

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

Shades of Sulu #CDE48A

Tints of Sulu #CDE48A

Color information

#CDE48A (or 0xCDE48A) is unknown color: approx Sulu. HEX triplet: CD, E4 and 8A. RGB value is (205,228,138). Sum of RGB (Red+Green+Blue) = 205+228+138=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE48A is #321B75. Grayscale: #D3D3D3. Windows color (decimal): -3283830 or 9102541. OLE color: 9102541.

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

Color convert

RGB205228138-
CMYK0.1000.390.11
HSL75.33º62.5%71.76%-
HSV(B)75.33º39.47%89.41%-
XYZ57.5170.334.58-
YUV210.8686.88123.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=35.90%
G=39.93%
B=24.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052281380.1000.390.1175.3362.571.76
HexCDE48AA027B4b3e48
Octal315344212120471311376110
Binary11001101111001001000101010100100111101110010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE48A; }

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

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

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

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

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

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

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

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