#C7F071

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

Shades of Sulu #C7F071

Tints of Sulu #C7F071

Color information

#C7F071 (or 0xC7F071) is unknown color: approx Sulu. HEX triplet: C7, F0 and 71. RGB value is (199,240,113). Sum of RGB (Red+Green+Blue) = 199+240+113=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F071 is #380F8E. Grayscale: #D5D5D5. Windows color (decimal): -3673999 or 7467207. OLE color: 7467207.

HSL color Cylindrical-coordinate representation of color #C7F071: hue angle of 79.37º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7F071 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB199240113-
CMYK0.1700.530.06
HSL79.37º80.89%69.22%-
HSV(B)79.37º52.92%94.12%-
XYZ57.6975.6527.18-
YUV213.2671.42117.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.05%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 113 (44.53% from 255) = 20.47%
R=36.05%
G=43.48%
B=20.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992401130.1700.530.0679.3780.8969.22
HexC7F0711103564f5145
Octal307360161210656117121105
Binary11000111111100001110001100010110101110100111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F071; }

 p { color: rgb(199,240,113); }

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

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

 a { background-color: rgb(199,240,113); }

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

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

 span { border-color: rgb(199,240,113); }

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