#D7F267

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

Shades of Mindaro #D7F267

Tints of Mindaro #D7F267

Color information

#D7F267 (or 0xD7F267) is unknown color: approx Mindaro. HEX triplet: D7, F2 and 67. RGB value is (215,242,103). Sum of RGB (Red+Green+Blue) = 215+242+103=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F267 is #280D98. Grayscale: #DADADA. Windows color (decimal): -2624921 or 6812375. OLE color: 6812375.

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

Color convert

RGB215242103-
CMYK0.1100.570.05
HSL71.65º84.24%67.65%-
HSV(B)71.65º57.44%94.9%-
XYZ62.2278.9324.79-
YUV218.0863.05125.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 103 (40.62% from 255) = 18.39%
R=38.39%
G=43.21%
B=18.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152421030.1100.570.0571.6584.2467.65
HexD7F267B0395485444
Octal327362147130715110124104
Binary1101011111110010110011110110111001101100100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F267; }

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

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

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

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

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

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

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

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