#CDE27D

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

Shades of Sulu #CDE27D

Tints of Sulu #CDE27D

Color information

#CDE27D (or 0xCDE27D) is unknown color: approx Sulu. HEX triplet: CD, E2 and 7D. RGB value is (205,226,125). Sum of RGB (Red+Green+Blue) = 205+226+125=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE27D is #321D82. Grayscale: #D0D0D0. Windows color (decimal): -3284355 or 8250061. OLE color: 8250061.

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

Color convert

RGB205226125-
CMYK0.0900.450.11
HSL72.48º63.52%68.82%-
HSV(B)72.48º44.69%88.63%-
XYZ56.0768.8529.74-
YUV208.2181.04125.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 226 (88.67% from 255) = 40.65%
BLUE value IS 125 (49.22% from 255) = 22.48%
R=36.87%
G=40.65%
B=22.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261250.0900.450.1172.4863.5268.82
HexCDE27D902DB484045
Octal3153421751105513110100105
Binary11001101111000101111101100101011011011100100010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE27D; }

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

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

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

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

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

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

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

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