#D5F273

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

Shades of Mindaro #D5F273

Tints of Mindaro #D5F273

Color information

#D5F273 (or 0xD5F273) is unknown color: approx Mindaro. HEX triplet: D5, F2 and 73. RGB value is (213,242,115). Sum of RGB (Red+Green+Blue) = 213+242+115=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F273 is #2A0D8C. Grayscale: #DBDBDB. Windows color (decimal): -2755981 or 7598805. OLE color: 7598805.

HSL color Cylindrical-coordinate representation of color #D5F273: hue angle of 73.7º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5F273 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB213242115-
CMYK0.1200.520.05
HSL73.7º83.01%70%-
HSV(B)73.7º52.48%94.9%-
XYZ62.2978.8928.16-
YUV218.8569.39123.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.37%
GREEN value IS 242 (94.92% from 255) = 42.46%
BLUE value IS 115 (45.31% from 255) = 20.18%
R=37.37%
G=42.46%
B=20.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132421150.1200.520.0573.783.0170
HexD5F273C03454a5346
Octal325362163140645112123106
Binary1101010111110010111001111000110100101100101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F273; }

 p { color: rgb(213,242,115); }

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

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

 a { background-color: rgb(213,242,115); }

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

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

 span { border-color: rgb(213,242,115); }

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