#C8E85F

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

Shades of Mindaro #C8E85F

Tints of Mindaro #C8E85F

Color information

#C8E85F (or 0xC8E85F) is unknown color: approx Mindaro. HEX triplet: C8, E8 and 5F. RGB value is (200,232,95). Sum of RGB (Red+Green+Blue) = 200+232+95=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E85F is #3717A0. Grayscale: #CFCFCF. Windows color (decimal): -3610529 or 6285512. OLE color: 6285512.

HSL color Cylindrical-coordinate representation of color #C8E85F: hue angle of 74.01º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8E85F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB20023295-
CMYK0.1400.590.09
HSL74.01º74.86%64.12%-
HSV(B)74.01º59.05%90.98%-
XYZ54.7470.8221.61-
YUV206.8164.9123.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 232 (91.02% from 255) = 44.02%
BLUE value IS 95 (37.5% from 255) = 18.03%
R=37.95%
G=44.02%
B=18.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal200232950.1400.590.0974.0174.8664.12
HexC8E85FE03B94a4b40
Octal3103501371607311112113100
Binary11001000111010001011111111001110111001100101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E85F; }

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

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

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

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

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

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

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

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