#d5f45e

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

Shades of Mindaro #D5F45E

Tints of Mindaro #D5F45E

Color information

#D5F45E (or 0xD5F45E) is unknown color: approx Mindaro. HEX triplet: D5, F4 and 5E. RGB value is (213,244,94). Sum of RGB (Red+Green+Blue) = 213+244+94=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F45E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F45E is #2A0BA1. Grayscale: #DADADA. Windows color (decimal): -2755490 or 6223061. OLE color: 6223061.

HSL color Cylindrical-coordinate representation of color #D5F45E: hue angle of 72.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5F45E is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB21324494-
CMYK0.1300.610.04
HSL72.4º87.21%66.27%-
HSV(B)72.4º61.48%95.69%-
XYZ61.8179.6622.71-
YUV217.6358.23124.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 244 (95.70% from 255) = 44.28%
BLUE value IS 94 (37.11% from 255) = 17.06%
R=38.66%
G=44.28%
B=17.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213244940.1300.610.0472.487.2166.27
HexD5F45ED03D4485742
Octal325364136150754110127102
Binary1101010111110100101111011010111101100100100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5f45e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5f45e; }

 p { color: rgb(213,244,94); }

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

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

 a { background-color: rgb(213,244,94); }

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

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

 span { border-color: rgb(213,244,94); }

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