#C7FC70

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

Shades of Sulu #C7FC70

Tints of Sulu #C7FC70

Color information

#C7FC70 (or 0xC7FC70) is unknown color: approx Sulu. HEX triplet: C7, FC and 70. RGB value is (199,252,112). Sum of RGB (Red+Green+Blue) = 199+252+112=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FC70 is #38038F. Grayscale: #DCDCDC. Windows color (decimal): -3670928 or 7404743. OLE color: 7404743.

HSL color Cylindrical-coordinate representation of color #C7FC70: hue angle of 82.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7FC70 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB199252112-
CMYK0.2100.560.01
HSL82.71º95.89%71.37%-
HSV(B)82.71º55.56%98.82%-
XYZ61.2982.9328.11-
YUV220.1966.94112.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.35%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 112 (44.14% from 255) = 19.89%
R=35.35%
G=44.76%
B=19.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992521120.2100.560.0182.7195.8971.37
HexC7FC70150381536047
Octal307374160250701123140107
Binary110001111111110011100001010101110001101001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FC70; }

 p { color: rgb(199,252,112); }

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

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

 a { background-color: rgb(199,252,112); }

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

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

 span { border-color: rgb(199,252,112); }

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