#D7F360

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

Shades of Mindaro #D7F360

Tints of Mindaro #D7F360

Color information

#D7F360 (or 0xD7F360) is unknown color: approx Mindaro. HEX triplet: D7, F3 and 60. RGB value is (215,243,96). Sum of RGB (Red+Green+Blue) = 215+243+96=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F360 is #280C9F. Grayscale: #DADADA. Windows color (decimal): -2624672 or 6353879. OLE color: 6353879.

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

Color convert

RGB21524396-
CMYK0.1200.600.05
HSL71.43º85.96%66.47%-
HSV(B)71.43º60.49%95.29%-
XYZ62.1979.3923.11-
YUV217.8759.22125.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 243 (95.31% from 255) = 43.86%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=38.81%
G=43.86%
B=17.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215243960.1200.600.0571.4385.9666.47
HexD7F360C03C5475642
Octal327363140140745107126102
Binary1101011111110011110000011000111100101100011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F360; }

 p { color: rgb(215,243,96); }

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

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

 a { background-color: rgb(215,243,96); }

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

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

 span { border-color: rgb(215,243,96); }

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