Html Css Color HEX #D8E466 Mindaro

📋 copy color: '#D8E466'

red 216 ◦ green 228 ◦ blue 102

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

Shades of Mindaro #D8E466

Tints of Mindaro #D8E466

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.76%

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

R = 39.56%
G = 41.76%
B = 18.68%

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

#D8E466 (or 0xD8E466) is known color: Mindaro. HEX triplet: D8, E4 and 66. RGB value is (216,228,102). Sum of RGB (Red+Green+Blue) = 216+228+102=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E466 is #271B99. Grayscale: #D2D2D2. Windows color (decimal): -2562970 or 6743256. OLE color: 6743256.

HSL color Cylindrical-coordinate representation of color #D8E466: hue angle of 65.71º degrees, saturation: 0.7, 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 #D8E466 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 228 102 -
CMYK 0.05 0 0.55 0.11
HSL 65.71º 0.7% 0.65% -
HSV(B) 65.71º 0.55% 0.89% -
XYZ 58.46 71.05 23.2 -
YUV 210.05 67.02 132.25 -
System Red Green Blue C M Y K H S L
Decimal 216 228 102 0.05 0 0.55 0.11 65.71 0.7 0.65
Hex D8 E4 66 5 0 37 B 42 46 41
Octal 330 344 146 5 0 67 13 102 106 101
Binary 11011000 11100100 1100110 101 0 110111 1011 1000010 1000110 1000001

Color Harmonies of #D8E466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E466

Black with #D8E466

Text Example


Text Example

White with #D8E466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E466; }

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

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

background-color css

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

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

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

border-color css

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

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

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