#CCEE75

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

Shades of Sulu #CCEE75

Tints of Sulu #CCEE75

Color information

#CCEE75 (or 0xCCEE75) is unknown color: approx Sulu. HEX triplet: CC, EE and 75. RGB value is (204,238,117). Sum of RGB (Red+Green+Blue) = 204+238+117=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE75 is #33118A. Grayscale: #D6D6D6. Windows color (decimal): -3346827 or 7728844. OLE color: 7728844.

HSL color Cylindrical-coordinate representation of color #CCEE75: hue angle of 76.86º 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 #CCEE75 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB204238117-
CMYK0.1400.510.07
HSL76.86º78.06%69.61%-
HSV(B)76.86º50.84%93.33%-
XYZ58.6975.2728.27-
YUV214.0473.24120.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 238 (93.36% from 255) = 42.58%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=36.49%
G=42.58%
B=20.93%

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
Decimal2042381170.1400.510.0776.8678.0669.61
HexCCEE75E03374d4e46
Octal314356165160637115116106
Binary1100110011101110111010111100110011111100110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEE75; }

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

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

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

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

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

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

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

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