#CCF370

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

Shades of Sulu #CCF370

Tints of Sulu #CCF370

Color information

#CCF370 (or 0xCCF370) is unknown color: approx Sulu. HEX triplet: CC, F3 and 70. RGB value is (204,243,112). Sum of RGB (Red+Green+Blue) = 204+243+112=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF370 is #330C8F. Grayscale: #D8D8D8. Windows color (decimal): -3345552 or 7402444. OLE color: 7402444.

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

Color convert

RGB204243112-
CMYK0.1600.540.05
HSL77.86º84.52%69.61%-
HSV(B)77.86º53.91%95.29%-
XYZ59.8878.1127.25-
YUV216.469.08119.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 243 (95.31% from 255) = 43.47%
BLUE value IS 112 (44.14% from 255) = 20.04%
R=36.49%
G=43.47%
B=20.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431120.1600.540.0577.8684.5269.61
HexCCF3701003654e5546
Octal314363160200665116125106
Binary11001100111100111110000100000110110101100111010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF370; }

 p { color: rgb(204,243,112); }

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

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

 a { background-color: rgb(204,243,112); }

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

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

 span { border-color: rgb(204,243,112); }

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