#D7F256

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

Shades of Mindaro #D7F256

Tints of Mindaro #D7F256

Color information

#D7F256 (or 0xD7F256) is unknown color: approx Mindaro. HEX triplet: D7, F2 and 56. RGB value is (215,242,86). Sum of RGB (Red+Green+Blue) = 215+242+86=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F256 is #280DA9. Grayscale: #D8D8D8. Windows color (decimal): -2624938 or 5698263. OLE color: 5698263.

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

Color convert

RGB21524286-
CMYK0.1100.640.05
HSL70.38º85.71%64.31%-
HSV(B)70.38º64.46%94.9%-
XYZ61.4678.6220.74-
YUV216.1454.55127.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.59%
GREEN value IS 242 (94.92% from 255) = 44.57%
BLUE value IS 86 (33.98% from 255) = 15.84%
R=39.59%
G=44.57%
B=15.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215242860.1100.640.0570.3885.7164.31
HexD7F256B0405465640
Octal3273621261301005106126100
Binary11010111111100101010110101101000000101100011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F256; }

 p { color: rgb(215,242,86); }

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

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

 a { background-color: rgb(215,242,86); }

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

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

 span { border-color: rgb(215,242,86); }

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