#D7F95C

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

Shades of Mindaro #D7F95C

Tints of Mindaro #D7F95C

Color information

#D7F95C (or 0xD7F95C) is unknown color: approx Mindaro. HEX triplet: D7, F9 and 5C. RGB value is (215,249,92). Sum of RGB (Red+Green+Blue) = 215+249+92=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F95C is #2806A3. Grayscale: #DDDDDD. Windows color (decimal): -2623140 or 6093271. OLE color: 6093271.

HSL color Cylindrical-coordinate representation of color #D7F95C: hue angle of 72.99º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7F95C is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB21524992-
CMYK0.1400.630.02
HSL72.99º92.9%66.86%-
HSV(B)72.99º63.05%97.65%-
XYZ63.8382.9722.78-
YUV220.9455.24123.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 249 (97.66% from 255) = 44.78%
BLUE value IS 92 (36.33% from 255) = 16.55%
R=38.67%
G=44.78%
B=16.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215249920.1400.630.0272.9992.966.86
HexD7F95CE03F2495d43
Octal327371134160772111135103
Binary110101111111100110111001110011111110100100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F95C; }

 p { color: rgb(215,249,92); }

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

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

 a { background-color: rgb(215,249,92); }

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

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

 span { border-color: rgb(215,249,92); }

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