#C7FD70

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

Shades of Sulu #C7FD70

Tints of Sulu #C7FD70

Color information

#C7FD70 (or 0xC7FD70) is unknown color: approx Sulu. HEX triplet: C7, FD and 70. RGB value is (199,253,112). Sum of RGB (Red+Green+Blue) = 199+253+112=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FD70 is #38028F. Grayscale: #DDDDDD. Windows color (decimal): -3670672 or 7404999. OLE color: 7404999.

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

Color convert

RGB199253112-
CMYK0.2100.560.01
HSL82.98º97.24%71.57%-
HSV(B)82.98º55.73%99.22%-
XYZ61.683.5628.21-
YUV220.7866.61112.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.28%
GREEN value IS 253 (99.22% from 255) = 44.86%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=35.28%
G=44.86%
B=19.86%

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
Decimal1992531120.2100.560.0182.9897.2471.57
HexC7FD70150381536148
Octal307375160250701123141110
Binary110001111111110111100001010101110001101001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FD70; }

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

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

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

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

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

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

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

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