#D5FB77

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

Shades of Mindaro #D5FB77

Tints of Mindaro #D5FB77

Color information

#D5FB77 (or 0xD5FB77) is unknown color: approx Mindaro. HEX triplet: D5, FB and 77. RGB value is (213,251,119). Sum of RGB (Red+Green+Blue) = 213+251+119=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FB77 is #2A0488. Grayscale: #E1E1E1. Windows color (decimal): -2753673 or 7863253. OLE color: 7863253.

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

Color convert

RGB213251119-
CMYK0.1500.530.02
HSL77.27º94.29%72.55%-
HSV(B)77.27º52.59%98.43%-
XYZ65.2784.4730.32-
YUV224.5968.41119.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 119 (46.88% from 255) = 20.41%
R=36.54%
G=43.05%
B=20.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132511190.1500.530.0277.2794.2972.55
HexD5FB77F03524d5e49
Octal325373167170652115136111
Binary110101011111101111101111111011010110100110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FB77; }

 p { color: rgb(213,251,119); }

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

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

 a { background-color: rgb(213,251,119); }

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

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

 span { border-color: rgb(213,251,119); }

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