#C8EA5F

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

Shades of Mindaro #C8EA5F

Tints of Mindaro #C8EA5F

Color information

#C8EA5F (or 0xC8EA5F) is unknown color: approx Mindaro. HEX triplet: C8, EA and 5F. RGB value is (200,234,95). Sum of RGB (Red+Green+Blue) = 200+234+95=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA5F is #3715A0. Grayscale: #D0D0D0. Windows color (decimal): -3610017 or 6286024. OLE color: 6286024.

HSL color Cylindrical-coordinate representation of color #C8EA5F: hue angle of 74.68º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8EA5F is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB20023495-
CMYK0.1500.590.08
HSL74.68º76.8%64.51%-
HSV(B)74.68º59.4%91.76%-
XYZ55.3171.9521.8-
YUV207.9964.24122.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 95 (37.5% from 255) = 17.96%
R=37.81%
G=44.23%
B=17.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal200234950.1500.590.0874.6876.864.51
HexC8EA5FF03B84b4d41
Octal3103521371707310113115101
Binary11001000111010101011111111101110111000100101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EA5F; }

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

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

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

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

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

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

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

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