#CDE975

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

Shades of Sulu #CDE975

Tints of Sulu #CDE975

Color information

#CDE975 (or 0xCDE975) is unknown color: approx Sulu. HEX triplet: CD, E9 and 75. RGB value is (205,233,117). Sum of RGB (Red+Green+Blue) = 205+233+117=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE975 is #32168A. Grayscale: #D3D3D3. Windows color (decimal): -3282571 or 7727565. OLE color: 7727565.

HSL color Cylindrical-coordinate representation of color #CDE975: hue angle of 74.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE975 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB205233117-
CMYK0.1200.500.09
HSL74.48º72.5%68.63%-
HSV(B)74.48º49.79%91.37%-
XYZ57.5372.5427.8-
YUV211.474.72123.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 233 (91.41% from 255) = 41.98%
BLUE value IS 117 (46.09% from 255) = 21.08%
R=36.94%
G=41.98%
B=21.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331170.1200.500.0974.4872.568.63
HexCDE975C03294a4845
Octal3153511651406211112110105
Binary11001101111010011110101110001100101001100101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE975; }

 p { color: rgb(205,233,117); }

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

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

 a { background-color: rgb(205,233,117); }

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

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

 span { border-color: rgb(205,233,117); }

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