#D7F35D

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

Shades of Mindaro #D7F35D

Tints of Mindaro #D7F35D

Color information

#D7F35D (or 0xD7F35D) is unknown color: approx Mindaro. HEX triplet: D7, F3 and 5D. RGB value is (215,243,93). Sum of RGB (Red+Green+Blue) = 215+243+93=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F35D is #280CA2. Grayscale: #DADADA. Windows color (decimal): -2624675 or 6157271. OLE color: 6157271.

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

Color convert

RGB21524393-
CMYK0.1200.620.05
HSL71.2º86.21%65.88%-
HSV(B)71.2º61.73%95.29%-
XYZ62.0579.3422.4-
YUV217.5357.72126.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 243 (95.31% from 255) = 44.10%
BLUE value IS 93 (36.72% from 255) = 16.88%
R=39.02%
G=44.10%
B=16.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215243930.1200.620.0571.286.2165.88
HexD7F35DC03E5475642
Octal327363135140765107126102
Binary1101011111110011101110111000111110101100011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F35D; }

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

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

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

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

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

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

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

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