#C7F160

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

Shades of Mindaro #C7F160

Tints of Mindaro #C7F160

Color information

#C7F160 (or 0xC7F160) is unknown color: approx Mindaro. HEX triplet: C7, F1 and 60. RGB value is (199,241,96). Sum of RGB (Red+Green+Blue) = 199+241+96=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F160 is #380E9F. Grayscale: #D4D4D4. Windows color (decimal): -3673760 or 6353351. OLE color: 6353351.

HSL color Cylindrical-coordinate representation of color #C7F160: hue angle of 77.38º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7F160 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB19924196-
CMYK0.1700.600.05
HSL77.38º83.82%66.08%-
HSV(B)77.38º60.17%94.51%-
XYZ57.1275.922.71-
YUV211.9162.59118.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.13%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 96 (37.89% from 255) = 17.91%
R=37.13%
G=44.96%
B=17.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal199241960.1700.600.0577.3883.8266.08
HexC7F1601103C54d5442
Octal307361140210745115124102
Binary11000111111100011100000100010111100101100110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F160; }

 p { color: rgb(199,241,96); }

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

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

 a { background-color: rgb(199,241,96); }

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

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

 span { border-color: rgb(199,241,96); }

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