#CCF272

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

Shades of Sulu #CCF272

Tints of Sulu #CCF272

Color information

#CCF272 (or 0xCCF272) is unknown color: approx Sulu. HEX triplet: CC, F2 and 72. RGB value is (204,242,114). Sum of RGB (Red+Green+Blue) = 204+242+114=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF272 is #330D8D. Grayscale: #D8D8D8. Windows color (decimal): -3345806 or 7533260. OLE color: 7533260.

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

Color convert

RGB204242114-
CMYK0.1600.530.05
HSL77.81º83.12%69.8%-
HSV(B)77.81º52.89%94.9%-
XYZ59.6977.5627.74-
YUV216.0570.41119.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 114 (44.92% from 255) = 20.36%
R=36.43%
G=43.21%
B=20.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421140.1600.530.0577.8183.1269.8
HexCCF2721003554e5346
Octal314362162200655116123106
Binary11001100111100101110010100000110101101100111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF272; }

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

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

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

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

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

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

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

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