#C7EC5F

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

Shades of Mindaro #C7EC5F

Tints of Mindaro #C7EC5F

Color information

#C7EC5F (or 0xC7EC5F) is unknown color: approx Mindaro. HEX triplet: C7, EC and 5F. RGB value is (199,236,95). Sum of RGB (Red+Green+Blue) = 199+236+95=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #C7EC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7EC5F is #3813A0. Grayscale: #D1D1D1. Windows color (decimal): -3675041 or 6286535. OLE color: 6286535.

HSL color Cylindrical-coordinate representation of color #C7EC5F: hue angle of 75.74º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7EC5F is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB19923695-
CMYK0.1600.600.07
HSL75.74º78.77%64.9%-
HSV(B)75.74º59.75%92.55%-
XYZ55.6172.9621.98-
YUV208.8663.74120.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.55%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 95 (37.5% from 255) = 17.92%
R=37.55%
G=44.53%
B=17.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal199236950.1600.600.0775.7478.7764.9
HexC7EC5F1003C74c4f41
Octal307354137200747114117101
Binary11000111111011001011111100000111100111100110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EC5F; }

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

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

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

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

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

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

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

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