#C8F95F

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

Shades of Mindaro #C8F95F

Tints of Mindaro #C8F95F

Color information

#C8F95F (or 0xC8F95F) is unknown color: approx Mindaro. HEX triplet: C8, F9 and 5F. RGB value is (200,249,95). Sum of RGB (Red+Green+Blue) = 200+249+95=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F95F is #3706A0. Grayscale: #D9D9D9. Windows color (decimal): -3606177 or 6289864. OLE color: 6289864.

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

Color convert

RGB20024995-
CMYK0.2000.620.02
HSL79.09º92.77%67.45%-
HSV(B)79.09º61.85%97.65%-
XYZ59.7680.8623.28-
YUV216.7959.27116.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 95 (37.5% from 255) = 17.46%
R=36.76%
G=45.77%
B=17.46%

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
Decimal200249950.2000.620.0279.0992.7767.45
HexC8F95F1403E24f5d43
Octal310371137240762117135103
Binary1100100011111001101111110100011111010100111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F95F; }

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

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

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

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

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

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

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

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