#D5F96E

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

Shades of Mindaro #D5F96E

Tints of Mindaro #D5F96E

Color information

#D5F96E (or 0xD5F96E) is unknown color: approx Mindaro. HEX triplet: D5, F9 and 6E. RGB value is (213,249,110). Sum of RGB (Red+Green+Blue) = 213+249+110=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F96E is #2A0691. Grayscale: #DEDEDE. Windows color (decimal): -2754194 or 7272917. OLE color: 7272917.

HSL color Cylindrical-coordinate representation of color #D5F96E: hue angle of 75.54º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5F96E is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB213249110-
CMYK0.1400.560.02
HSL75.54º92.05%70.39%-
HSV(B)75.54º55.82%97.65%-
XYZ64.1383.0227.4-
YUV222.3964.57121.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 110 (43.36% from 255) = 19.23%
R=37.24%
G=43.53%
B=19.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132491100.1400.560.0275.5492.0570.39
HexD5F96EE03824c5c46
Octal325371156160702114134106
Binary110101011111100111011101110011100010100110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F96E; }

 p { color: rgb(213,249,110); }

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

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

 a { background-color: rgb(213,249,110); }

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

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

 span { border-color: rgb(213,249,110); }

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