#D8F752

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

Shades of Mindaro #D8F752

Tints of Mindaro #D8F752

Color information

#D8F752 (or 0xD8F752) is unknown color: approx Mindaro. HEX triplet: D8, F7 and 52. RGB value is (216,247,82). Sum of RGB (Red+Green+Blue) = 216+247+82=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F752 is #2708AD. Grayscale: #DBDBDB. Windows color (decimal): -2558126 or 5437400. OLE color: 5437400.

HSL color Cylindrical-coordinate representation of color #D8F752: hue angle of 71.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8F752 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB21624782-
CMYK0.1300.670.03
HSL71.27º91.16%64.51%-
HSV(B)71.27º66.8%96.86%-
XYZ63.181.7320.43-
YUV218.9250.73125.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 247 (96.88% from 255) = 45.32%
BLUE value IS 82 (32.42% from 255) = 15.05%
R=39.63%
G=45.32%
B=15.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal216247820.1300.670.0371.2791.1664.51
HexD8F752D0433475b41
Octal3303671221501033107133101
Binary1101100011110111101001011010100001111100011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F752; }

 p { color: rgb(216,247,82); }

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

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

 a { background-color: rgb(216,247,82); }

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

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

 span { border-color: rgb(216,247,82); }

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