#C6F95F

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

Shades of Mindaro #C6F95F

Tints of Mindaro #C6F95F

Color information

#C6F95F (or 0xC6F95F) is unknown color: approx Mindaro. HEX triplet: C6, F9 and 5F. RGB value is (198,249,95). Sum of RGB (Red+Green+Blue) = 198+249+95=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F95F is #3906A0. Grayscale: #D8D8D8. Windows color (decimal): -3737249 or 6289862. OLE color: 6289862.

HSL color Cylindrical-coordinate representation of color #C6F95F: hue angle of 79.87º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6F95F is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB19824995-
CMYK0.2000.620.02
HSL79.87º92.77%67.45%-
HSV(B)79.87º61.85%97.65%-
XYZ59.2380.5823.26-
YUV216.259.6115.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 95 (37.5% from 255) = 17.53%
R=36.53%
G=45.94%
B=17.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal198249950.2000.620.0279.8792.7767.45
HexC6F95F1403E2505d43
Octal306371137240762120135103
Binary1100011011111001101111110100011111010101000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F95F; }

 p { color: rgb(198,249,95); }

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

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

 a { background-color: rgb(198,249,95); }

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

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

 span { border-color: rgb(198,249,95); }

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