#CDEE75

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

Shades of Sulu #CDEE75

Tints of Sulu #CDEE75

Color information

#CDEE75 (or 0xCDEE75) is unknown color: approx Sulu. HEX triplet: CD, EE and 75. RGB value is (205,238,117). Sum of RGB (Red+Green+Blue) = 205+238+117=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE75 is #32118A. Grayscale: #D6D6D6. Windows color (decimal): -3281291 or 7728845. OLE color: 7728845.

HSL color Cylindrical-coordinate representation of color #CDEE75: hue angle of 76.36º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDEE75 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB205238117-
CMYK0.1400.510.07
HSL76.36º78.06%69.61%-
HSV(B)76.36º50.84%93.33%-
XYZ58.9675.4128.28-
YUV214.3473.07121.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 238 (93.36% from 255) = 42.5%
BLUE value IS 117 (46.09% from 255) = 20.89%
R=36.61%
G=42.5%
B=20.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381170.1400.510.0776.3678.0669.61
HexCDEE75E03374c4e46
Octal315356165160637114116106
Binary1100110111101110111010111100110011111100110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE75; }

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

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

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

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

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

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

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

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