#CDE28E

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

Shades of Sulu #CDE28E

Tints of Sulu #CDE28E

Color information

#CDE28E (or 0xCDE28E) is unknown color: approx Sulu. HEX triplet: CD, E2 and 8E. RGB value is (205,226,142). Sum of RGB (Red+Green+Blue) = 205+226+142=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE28E is #321D71. Grayscale: #D2D2D2. Windows color (decimal): -3284338 or 9364173. OLE color: 9364173.

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

Color convert

RGB205226142-
CMYK0.0900.370.11
HSL75º59.15%72.16%-
HSV(B)75º37.17%88.63%-
XYZ57.2669.3235.95-
YUV210.1489.54124.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 226 (88.67% from 255) = 39.44%
BLUE value IS 142 (55.86% from 255) = 24.78%
R=35.78%
G=39.44%
B=24.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261420.0900.370.117559.1572.16
HexCDE28E9025B4b3b48
Octal315342216110451311373110
Binary11001101111000101000111010010100101101110010111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE28E; }

 p { color: rgb(205,226,142); }

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

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

 a { background-color: rgb(205,226,142); }

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

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

 span { border-color: rgb(205,226,142); }

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