#CCF184

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

Shades of Sulu #CCF184

Tints of Sulu #CCF184

Color information

#CCF184 (or 0xCCF184) is unknown color: approx Sulu. HEX triplet: CC, F1 and 84. RGB value is (204,241,132). Sum of RGB (Red+Green+Blue) = 204+241+132=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF184 is #330E7B. Grayscale: #D9D9D9. Windows color (decimal): -3346044 or 8712652. OLE color: 8712652.

HSL color Cylindrical-coordinate representation of color #CCF184: hue angle of 80.37º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCF184 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB204241132-
CMYK0.1500.450.05
HSL80.37º79.56%73.14%-
HSV(B)80.37º45.23%94.51%-
XYZ60.5277.4133.58-
YUV217.5179.74118.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 132 (51.95% from 255) = 22.88%
R=35.36%
G=41.77%
B=22.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411320.1500.450.0580.3779.5673.14
HexCCF184F02D5505049
Octal314361204170555120120111
Binary11001100111100011000010011110101101101101000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF184; }

 p { color: rgb(204,241,132); }

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

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

 a { background-color: rgb(204,241,132); }

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

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

 span { border-color: rgb(204,241,132); }

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