#D3F955

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

Shades of Mindaro #D3F955

Tints of Mindaro #D3F955

Color information

#D3F955 (or 0xD3F955) is unknown color: approx Mindaro. HEX triplet: D3, F9 and 55. RGB value is (211,249,85). Sum of RGB (Red+Green+Blue) = 211+249+85=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F955 is #2C06AA. Grayscale: #DBDBDB. Windows color (decimal): -2885291 or 5634515. OLE color: 5634515.

HSL color Cylindrical-coordinate representation of color #D3F955: hue angle of 73.9º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3F955 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB21124985-
CMYK0.1500.660.02
HSL73.9º93.18%65.49%-
HSV(B)73.9º65.86%97.65%-
XYZ62.3882.2621.18-
YUV218.9452.41122.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.72%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 85 (33.59% from 255) = 15.60%
R=38.72%
G=45.69%
B=15.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211249850.1500.660.0273.993.1865.49
HexD3F955F04224a5d41
Octal3233711251701022112135101
Binary1101001111111001101010111110100001010100101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F955; }

 p { color: rgb(211,249,85); }

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

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

 a { background-color: rgb(211,249,85); }

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

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

 span { border-color: rgb(211,249,85); }

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