#C7F75F

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

Shades of Mindaro #C7F75F

Tints of Mindaro #C7F75F

Color information

#C7F75F (or 0xC7F75F) is unknown color: approx Mindaro. HEX triplet: C7, F7 and 5F. RGB value is (199,247,95). Sum of RGB (Red+Green+Blue) = 199+247+95=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F75F is #3808A0. Grayscale: #D7D7D7. Windows color (decimal): -3672225 or 6289351. OLE color: 6289351.

HSL color Cylindrical-coordinate representation of color #C7F75F: hue angle of 78.95º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7F75F is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB19924795-
CMYK0.1900.620.03
HSL78.95º90.48%67.06%-
HSV(B)78.95º61.54%96.86%-
XYZ58.8879.4923.07-
YUV215.3260.1116.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.78%
GREEN value IS 247 (96.88% from 255) = 45.66%
BLUE value IS 95 (37.5% from 255) = 17.56%
R=36.78%
G=45.66%
B=17.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal199247950.1900.620.0378.9590.4867.06
HexC7F75F1303E34f5a43
Octal307367137230763117132103
Binary1100011111110111101111110011011111011100111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F75F; }

 p { color: rgb(199,247,95); }

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

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

 a { background-color: rgb(199,247,95); }

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

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

 span { border-color: rgb(199,247,95); }

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