Html Css Color HEX #D8F666 Mindaro

📋 copy color: '#D8F666'

red 216 ◦ green 246 ◦ blue 102

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

Shades of Mindaro #D8F666

Tints of Mindaro #D8F666

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.62%

 BLUE value IS 102 (40.23% from 255) = 18.09%

R = 38.3%
G = 43.62%
B = 18.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#D8F666 (or 0xD8F666) is known color: Mindaro. HEX triplet: D8, F6 and 66. RGB value is (216,246,102). Sum of RGB (Red+Green+Blue) = 216+246+102=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F666 is #270999. Grayscale: #DDDDDD. Windows color (decimal): -2558362 or 6747864. OLE color: 6747864.

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

Color convert

RGB 216 246 102 -
CMYK 0.12 0 0.59 0.04
HSL 72.5º 0.89% 0.68% -
HSV(B) 72.5º 0.59% 0.96% -
XYZ 63.67 81.47 24.94 -
YUV 220.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 216 246 102 0.12 0 0.59 0.04 72.5 0.89 0.68
Hex D8 F6 66 C 0 3B 4 48 59 44
Octal 330 366 146 14 0 73 4 110 131 104
Binary 11011000 11110110 1100110 1100 0 111011 100 1001000 1011001 1000100

Color Harmonies of #D8F666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F666

Black with #D8F666

Text Example


Text Example

White with #D8F666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F666; }

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

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

background-color css

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

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

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

border-color css

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

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

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