#D5F274

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

Shades of Mindaro #D5F274

Tints of Mindaro #D5F274

Color information

#D5F274 (or 0xD5F274) is unknown color: approx Mindaro. HEX triplet: D5, F2 and 74. RGB value is (213,242,116). Sum of RGB (Red+Green+Blue) = 213+242+116=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F274 is #2A0D8B. Grayscale: #DBDBDB. Windows color (decimal): -2755980 or 7664341. OLE color: 7664341.

HSL color Cylindrical-coordinate representation of color #D5F274: hue angle of 73.81º 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 #D5F274 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB213242116-
CMYK0.1200.520.05
HSL73.81º82.89%70.2%-
HSV(B)73.81º52.07%94.9%-
XYZ62.3578.9128.47-
YUV218.9669.89123.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 116 (45.70% from 255) = 20.32%
R=37.30%
G=42.38%
B=20.32%

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
Decimal2132421160.1200.520.0573.8182.8970.2
HexD5F274C03454a5346
Octal325362164140645112123106
Binary1101010111110010111010011000110100101100101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F274; }

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

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

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

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

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

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

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

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