#D3F251

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

Shades of Mindaro #D3F251

Tints of Mindaro #D3F251

Color information

#D3F251 (or 0xD3F251) is unknown color: approx Mindaro. HEX triplet: D3, F2 and 51. RGB value is (211,242,81). Sum of RGB (Red+Green+Blue) = 211+242+81=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F251 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F251 is #2C0DAE. Grayscale: #D6D6D6. Windows color (decimal): -2887087 or 5370579. OLE color: 5370579.

HSL color Cylindrical-coordinate representation of color #D3F251: hue angle of 71.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3F251 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB21124281-
CMYK0.1300.670.05
HSL71.55º86.1%63.33%-
HSV(B)71.55º66.53%94.9%-
XYZ60.177.9519.66-
YUV214.3852.73125.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 242 (94.92% from 255) = 45.32%
BLUE value IS 81 (32.03% from 255) = 15.17%
R=39.51%
G=45.32%
B=15.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211242810.1300.670.0571.5586.163.33
HexD3F251D043548563f
Octal323362121150103511012677
Binary1101001111110010101000111010100001110110010001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F251; }

 p { color: rgb(211,242,81); }

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

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

 a { background-color: rgb(211,242,81); }

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

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

 span { border-color: rgb(211,242,81); }

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