Html Css Color HEX #D8E366 Mindaro

📋 copy color: '#D8E366'

red 216 ◦ green 227 ◦ blue 102

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

Shades of Mindaro #D8E366

Tints of Mindaro #D8E366

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.65%

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

R = 39.63%
G = 41.65%
B = 18.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#D8E366 (or 0xD8E366) is known color: Mindaro. HEX triplet: D8, E3 and 66. RGB value is (216,227,102). Sum of RGB (Red+Green+Blue) = 216+227+102=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E366 is #271C99. Grayscale: #D1D1D1. Windows color (decimal): -2563226 or 6743000. OLE color: 6743000.

HSL color Cylindrical-coordinate representation of color #D8E366: hue angle of 65.28º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8E366 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 227 102 -
CMYK 0.05 0 0.55 0.11
HSL 65.28º 0.69% 0.65% -
HSV(B) 65.28º 0.55% 0.89% -
XYZ 58.19 70.5 23.11 -
YUV 209.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 216 227 102 0.05 0 0.55 0.11 65.28 0.69 0.65
Hex D8 E3 66 5 0 37 B 41 45 41
Octal 330 343 146 5 0 67 13 101 105 101
Binary 11011000 11100011 1100110 101 0 110111 1011 1000001 1000101 1000001

Color Harmonies of #D8E366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E366

Black with #D8E366

Text Example


Text Example

White with #D8E366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E366; }

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

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

background-color css

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

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

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

border-color css

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

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

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