#C6F95E

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

Shades of Mindaro #C6F95E

Tints of Mindaro #C6F95E

Color information

#C6F95E (or 0xC6F95E) is unknown color: approx Mindaro. HEX triplet: C6, F9 and 5E. RGB value is (198,249,94). Sum of RGB (Red+Green+Blue) = 198+249+94=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F95E is #3906A1. Grayscale: #D8D8D8. Windows color (decimal): -3737250 or 6224326. OLE color: 6224326.

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

Color convert

RGB19824994-
CMYK0.2000.620.02
HSL79.74º92.81%67.25%-
HSV(B)79.74º62.25%97.65%-
XYZ59.1880.5723.02-
YUV216.0859.1115.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.60%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 94 (37.11% from 255) = 17.38%
R=36.60%
G=46.03%
B=17.38%

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
Decimal198249940.2000.620.0279.7492.8167.25
HexC6F95E1403E2505d43
Octal306371136240762120135103
Binary1100011011111001101111010100011111010101000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F95E; }

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

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

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

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

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

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

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

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