#D7FB5D

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

Shades of Mindaro #D7FB5D

Tints of Mindaro #D7FB5D

Color information

#D7FB5D (or 0xD7FB5D) is unknown color: approx Mindaro. HEX triplet: D7, FB and 5D. RGB value is (215,251,93). Sum of RGB (Red+Green+Blue) = 215+251+93=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FB5D is #2804A2. Grayscale: #DEDEDE. Windows color (decimal): -2622627 or 6159319. OLE color: 6159319.

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

Color convert

RGB21525193-
CMYK0.1400.630.02
HSL73.67º95.18%67.45%-
HSV(B)73.67º62.95%98.43%-
XYZ64.584.2323.21-
YUV222.2255.07122.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 251 (98.44% from 255) = 44.90%
BLUE value IS 93 (36.72% from 255) = 16.64%
R=38.46%
G=44.90%
B=16.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215251930.1400.630.0273.6795.1867.45
HexD7FB5DE03F24a5f43
Octal327373135160772112137103
Binary110101111111101110111011110011111110100101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FB5D; }

 p { color: rgb(215,251,93); }

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

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

 a { background-color: rgb(215,251,93); }

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

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

 span { border-color: rgb(215,251,93); }

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