#D5F76A

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

Shades of Mindaro #D5F76A

Tints of Mindaro #D5F76A

Color information

#D5F76A (or 0xD5F76A) is unknown color: approx Mindaro. HEX triplet: D5, F7 and 6A. RGB value is (213,247,106). Sum of RGB (Red+Green+Blue) = 213+247+106=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F76A is #2A0895. Grayscale: #DDDDDD. Windows color (decimal): -2754710 or 7010261. OLE color: 7010261.

HSL color Cylindrical-coordinate representation of color #D5F76A: hue angle of 74.47º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5F76A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB213247106-
CMYK0.1400.570.03
HSL74.47º89.81%69.22%-
HSV(B)74.47º57.09%96.86%-
XYZ63.381.7126.07-
YUV220.7663.24122.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 247 (96.88% from 255) = 43.64%
BLUE value IS 106 (41.80% from 255) = 18.73%
R=37.63%
G=43.64%
B=18.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132471060.1400.570.0374.4789.8169.22
HexD5F76AE03934a5a45
Octal325367152160713112132105
Binary110101011111011111010101110011100111100101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F76A; }

 p { color: rgb(213,247,106); }

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

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

 a { background-color: rgb(213,247,106); }

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

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

 span { border-color: rgb(213,247,106); }

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