#C8F75F

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

Shades of Mindaro #C8F75F

Tints of Mindaro #C8F75F

Color information

#C8F75F (or 0xC8F75F) is unknown color: approx Mindaro. HEX triplet: C8, F7 and 5F. RGB value is (200,247,95). Sum of RGB (Red+Green+Blue) = 200+247+95=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F75F is #3708A0. Grayscale: #D8D8D8. Windows color (decimal): -3606689 or 6289352. OLE color: 6289352.

HSL color Cylindrical-coordinate representation of color #C8F75F: hue angle of 78.55º 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 #C8F75F is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB20024795-
CMYK0.1900.620.03
HSL78.55º90.48%67.06%-
HSV(B)78.55º61.54%96.86%-
XYZ59.1579.6323.08-
YUV215.6259.93116.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 247 (96.88% from 255) = 45.57%
BLUE value IS 95 (37.5% from 255) = 17.53%
R=36.90%
G=45.57%
B=17.53%

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
Decimal200247950.1900.620.0378.5590.4867.06
HexC8F75F1303E34f5a43
Octal310367137230763117132103
Binary1100100011110111101111110011011111011100111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F75F; }

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

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

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

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

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

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

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

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