#C7E85F

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

Shades of Mindaro #C7E85F

Tints of Mindaro #C7E85F

Color information

#C7E85F (or 0xC7E85F) is unknown color: approx Mindaro. HEX triplet: C7, E8 and 5F. RGB value is (199,232,95). Sum of RGB (Red+Green+Blue) = 199+232+95=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E85F is #3817A0. Grayscale: #CFCFCF. Windows color (decimal): -3676065 or 6285511. OLE color: 6285511.

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

Color convert

RGB19923295-
CMYK0.1400.590.09
HSL74.45º74.86%64.12%-
HSV(B)74.45º59.05%90.98%-
XYZ54.4870.6821.6-
YUV206.5265.07122.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 232 (91.02% from 255) = 44.11%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=37.83%
G=44.11%
B=18.06%

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
Decimal199232950.1400.590.0974.4574.8664.12
HexC7E85FE03B94a4b40
Octal3073501371607311112113100
Binary11000111111010001011111111001110111001100101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E85F; }

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

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

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

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

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

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

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

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