#CDE091

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

Shades of Sulu #CDE091

Tints of Sulu #CDE091

Color information

#CDE091 (or 0xCDE091) is unknown color: approx Sulu. HEX triplet: CD, E0 and 91. RGB value is (205,224,145). Sum of RGB (Red+Green+Blue) = 205+224+145=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE091 is #321F6E. Grayscale: #D1D1D1. Windows color (decimal): -3284847 or 9560269. OLE color: 9560269.

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

Color convert

RGB205224145-
CMYK0.0800.350.12
HSL74.43º56.03%72.35%-
HSV(B)74.43º35.27%87.84%-
XYZ56.9468.3336.98-
YUV209.3191.71124.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 224 (87.89% from 255) = 39.02%
BLUE value IS 145 (57.03% from 255) = 25.26%
R=35.71%
G=39.02%
B=25.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241450.0800.350.1274.4356.0372.35
HexCDE0918023C4a3848
Octal315340221100431411270110
Binary11001101111000001001000110000100011110010010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE091; }

 p { color: rgb(205,224,145); }

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

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

 a { background-color: rgb(205,224,145); }

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

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

 span { border-color: rgb(205,224,145); }

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