#C7FD5D

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

Shades of Mindaro #C7FD5D

Tints of Mindaro #C7FD5D

Color information

#C7FD5D (or 0xC7FD5D) is unknown color: approx Mindaro. HEX triplet: C7, FD and 5D. RGB value is (199,253,93). Sum of RGB (Red+Green+Blue) = 199+253+93=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FD5D is #3802A2. Grayscale: #DBDBDB. Windows color (decimal): -3670691 or 6159815. OLE color: 6159815.

HSL color Cylindrical-coordinate representation of color #C7FD5D: hue angle of 80.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7FD5D is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB19925393-
CMYK0.2100.630.01
HSL80.25º97.56%67.84%-
HSV(B)80.25º63.24%99.22%-
XYZ60.6583.1823.22-
YUV218.6157.11114.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.51%
GREEN value IS 253 (99.22% from 255) = 46.42%
BLUE value IS 93 (36.72% from 255) = 17.06%
R=36.51%
G=46.42%
B=17.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal199253930.2100.630.0180.2597.5667.84
HexC7FD5D1503F1506244
Octal307375135250771120142104
Binary110001111111110110111011010101111111101000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FD5D; }

 p { color: rgb(199,253,93); }

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

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

 a { background-color: rgb(199,253,93); }

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

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

 span { border-color: rgb(199,253,93); }

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