#CCF282

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

Shades of Sulu #CCF282

Tints of Sulu #CCF282

Color information

#CCF282 (or 0xCCF282) is unknown color: approx Sulu. HEX triplet: CC, F2 and 82. RGB value is (204,242,130). Sum of RGB (Red+Green+Blue) = 204+242+130=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF282 is #330D7D. Grayscale: #DADADA. Windows color (decimal): -3345790 or 8581836. OLE color: 8581836.

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

Color convert

RGB204242130-
CMYK0.1600.460.05
HSL80.36º81.16%72.94%-
HSV(B)80.36º46.28%94.9%-
XYZ60.6877.9532.97-
YUV217.8778.41118.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 242 (94.92% from 255) = 42.01%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=35.42%
G=42.01%
B=22.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421300.1600.460.0580.3681.1672.94
HexCCF2821002E5505149
Octal314362202200565120121111
Binary110011001111001010000010100000101110101101000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF282; }

 p { color: rgb(204,242,130); }

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

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

 a { background-color: rgb(204,242,130); }

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

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

 span { border-color: rgb(204,242,130); }

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