#CDE18D

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

Shades of Sulu #CDE18D

Tints of Sulu #CDE18D

Color information

#CDE18D (or 0xCDE18D) is unknown color: approx Sulu. HEX triplet: CD, E1 and 8D. RGB value is (205,225,141). Sum of RGB (Red+Green+Blue) = 205+225+141=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE18D is #321E72. Grayscale: #D1D1D1. Windows color (decimal): -3284595 or 9298381. OLE color: 9298381.

HSL color Cylindrical-coordinate representation of color #CDE18D: hue angle of 74.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDE18D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB205225141-
CMYK0.0900.370.12
HSL74.29º58.33%71.76%-
HSV(B)74.29º37.33%88.24%-
XYZ56.9168.7535.47-
YUV209.4489.37124.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 225 (88.28% from 255) = 39.40%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=35.90%
G=39.40%
B=24.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251410.0900.370.1274.2958.3371.76
HexCDE18D9025C4a3a48
Octal315341215110451411272110
Binary11001101111000011000110110010100101110010010101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE18D; }

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

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

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

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

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

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

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

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