#c8e75f

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

Shades of Mindaro #C8E75F

Tints of Mindaro #C8E75F

Color information

#C8E75F (or 0xC8E75F) is unknown color: approx Mindaro. HEX triplet: C8, E7 and 5F. RGB value is (200,231,95). Sum of RGB (Red+Green+Blue) = 200+231+95=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E75F is #3718A0. Grayscale: #CECECE. Windows color (decimal): -3610785 or 6285256. OLE color: 6285256.

HSL color Cylindrical-coordinate representation of color #C8E75F: hue angle of 73.68º degrees, saturation: 0.74, 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 #C8E75F is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB20023195-
CMYK0.1300.590.09
HSL73.68º73.91%63.92%-
HSV(B)73.68º58.87%90.59%-
XYZ54.4670.2621.52-
YUV206.2365.23123.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 231 (90.62% from 255) = 43.92%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=38.02%
G=43.92%
B=18.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal200231950.1300.590.0973.6873.9163.92
HexC8E75FD03B94a4a40
Octal3103471371507311112112100
Binary11001000111001111011111110101110111001100101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8e75f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8e75f; }

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

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

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

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

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

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

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

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