#D3F34F

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

Shades of Mindaro #D3F34F

Tints of Mindaro #D3F34F

Color information

#D3F34F (or 0xD3F34F) is unknown color: approx Mindaro. HEX triplet: D3, F3 and 4F. RGB value is (211,243,79). Sum of RGB (Red+Green+Blue) = 211+243+79=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 79 (31.25% from 255 or 14.82% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F34F is #2C0CB0. Grayscale: #D7D7D7. Windows color (decimal): -2886833 or 5239763. OLE color: 5239763.

HSL color Cylindrical-coordinate representation of color #D3F34F: hue angle of 71.71º degrees, saturation: 0.87, 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 #D3F34F is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB21124379-
CMYK0.1300.670.05
HSL71.71º87.23%63.14%-
HSV(B)71.71º67.49%95.29%-
XYZ60.3378.5119.37-
YUV214.7451.4125.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 243 (95.31% from 255) = 45.59%
BLUE value IS 79 (31.25% from 255) = 14.82%
R=39.59%
G=45.59%
B=14.82%

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
Decimal211243790.1300.670.0571.7187.2363.14
HexD3F34FD043548573f
Octal323363117150103511012777
Binary1101001111110011100111111010100001110110010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F34F; }

 p { color: rgb(211,243,79); }

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

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

 a { background-color: rgb(211,243,79); }

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

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

 span { border-color: rgb(211,243,79); }

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