#D7F152

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

Shades of Mindaro #D7F152

Tints of Mindaro #D7F152

Color information

#D7F152 (or 0xD7F152) is unknown color: approx Mindaro. HEX triplet: D7, F1 and 52. RGB value is (215,241,82). Sum of RGB (Red+Green+Blue) = 215+241+82=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F152 is #280EAD. Grayscale: #D7D7D7. Windows color (decimal): -2625198 or 5435863. OLE color: 5435863.

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

Color convert

RGB21524182-
CMYK0.1100.660.05
HSL69.81º85.03%63.33%-
HSV(B)69.81º65.98%94.51%-
XYZ6177.9719.82-
YUV215.152.89127.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 82 (32.42% from 255) = 15.24%
R=39.96%
G=44.80%
B=15.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215241820.1100.660.0569.8185.0363.33
HexD7F152B042546553f
Octal327361122130102510612577
Binary1101011111110001101001010110100001010110001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F152; }

 p { color: rgb(215,241,82); }

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

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

 a { background-color: rgb(215,241,82); }

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

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

 span { border-color: rgb(215,241,82); }

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