#D5F458

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

Shades of Mindaro #D5F458

Tints of Mindaro #D5F458

Color information

#D5F458 (or 0xD5F458) is unknown color: approx Mindaro. HEX triplet: D5, F4 and 58. RGB value is (213,244,88). Sum of RGB (Red+Green+Blue) = 213+244+88=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F458 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F458 is #2A0BA7. Grayscale: #D9D9D9. Windows color (decimal): -2755496 or 5829845. OLE color: 5829845.

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

Color convert

RGB21324488-
CMYK0.1300.640.04
HSL71.92º87.64%65.1%-
HSV(B)71.92º63.93%95.69%-
XYZ61.5579.5521.34-
YUV216.9555.23125.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 88 (34.77% from 255) = 16.15%
R=39.08%
G=44.77%
B=16.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213244880.1300.640.0471.9287.6465.1
HexD5F458D0404485841
Octal3253641301501004110130101
Binary11010101111101001011000110101000000100100100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F458; }

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

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

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

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

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

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

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

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