#D8F65C

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

Shades of Mindaro #D8F65C

Tints of Mindaro #D8F65C

Color information

#D8F65C (or 0xD8F65C) is unknown color: approx Mindaro. HEX triplet: D8, F6 and 5C. RGB value is (216,246,92). Sum of RGB (Red+Green+Blue) = 216+246+92=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F65C is #2709A3. Grayscale: #DCDCDC. Windows color (decimal): -2558372 or 6092504. OLE color: 6092504.

HSL color Cylindrical-coordinate representation of color #D8F65C: hue angle of 71.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8F65C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB21624692-
CMYK0.1200.630.04
HSL71.69º89.53%66.27%-
HSV(B)71.69º62.6%96.47%-
XYZ63.2181.2822.48-
YUV219.4756.06125.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 246 (96.48% from 255) = 44.40%
BLUE value IS 92 (36.33% from 255) = 16.61%
R=38.99%
G=44.40%
B=16.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal216246920.1200.630.0471.6989.5366.27
HexD8F65CC03F4485a42
Octal330366134140774110132102
Binary1101100011110110101110011000111111100100100010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F65C; }

 p { color: rgb(216,246,92); }

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

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

 a { background-color: rgb(216,246,92); }

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

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

 span { border-color: rgb(216,246,92); }

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