#CDE48D

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

Shades of Sulu #CDE48D

Tints of Sulu #CDE48D

Color information

#CDE48D (or 0xCDE48D) is unknown color: approx Sulu. HEX triplet: CD, E4 and 8D. RGB value is (205,228,141). Sum of RGB (Red+Green+Blue) = 205+228+141=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE48D is #321B72. Grayscale: #D3D3D3. Windows color (decimal): -3283827 or 9299149. OLE color: 9299149.

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

Color convert

RGB205228141-
CMYK0.1000.380.11
HSL75.86º61.7%72.35%-
HSV(B)75.86º38.16%89.41%-
XYZ57.7370.3935.74-
YUV211.288.38123.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=35.71%
G=39.72%
B=24.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052281410.1000.380.1175.8661.772.35
HexCDE48DA026B4c3e48
Octal315344215120461311476110
Binary11001101111001001000110110100100110101110011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE48D; }

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

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

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

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

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

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

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

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