Html Css Color HEX #D8F96C Mindaro

📋 copy color: '#D8F96C'

red 216 ◦ green 249 ◦ blue 108

#D8F96C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #D8F96C

Tints of Mindaro #D8F96C

RGB

 RED value IS 216 (84.77% from 255) = 37.7%

 GREEN value IS 249 (97.66% from 255) = 43.46%

 BLUE value IS 108 (42.58% from 255) = 18.85%

R = 37.7%
G = 43.46%
B = 18.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#D8F96C (or 0xD8F96C) is known color: Mindaro. HEX triplet: D8, F9 and 6C. RGB value is (216,249,108). Sum of RGB (Red+Green+Blue) = 216+249+108=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 108 (42.58% from 255 or 18.85% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F96C is #270693. Grayscale: #DFDFDF. Windows color (decimal): -2557588 or 7141848. OLE color: 7141848.

HSL color Cylindrical-coordinate representation of color #D8F96C: hue angle of 74.04º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8F96C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 249 108 -
CMYK 0.13 0 0.57 0.02
HSL 74.04º 0.92% 0.7% -
HSV(B) 74.04º 0.57% 0.98% -
XYZ 64.9 83.43 26.87 -
YUV 223.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 216 249 108 0.13 0 0.57 0.02 74.04 0.92 0.7
Hex D8 F9 6C D 0 39 2 4A 5C 46
Octal 330 371 154 15 0 71 2 112 134 106
Binary 11011000 11111001 1101100 1101 0 111001 10 1001010 1011100 1000110

Color Harmonies of #D8F96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F96C

Black with #D8F96C

Text Example


Text Example

White with #D8F96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F96C; }

 p { color: rgb(216,249,108); }

 H1.HeaderClassName
 {
   color: #D8F96C;
 }
 .AnyTagClassName
 {
   color: #D8F96C;
 }
</style>

background-color css

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

 a { background-color: rgb(216,249,108); }

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

border-color css

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

 span { border-color: rgb(216,249,108); }

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