Html Css Color HEX #D8F15E Mindaro

📋 copy color: '#D8F15E'

red 216 ◦ green 241 ◦ blue 94

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

Shades of Mindaro #D8F15E

Tints of Mindaro #D8F15E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.74%

 BLUE value IS 94 (37.11% from 255) = 17.06%

R = 39.2%
G = 43.74%
B = 17.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#D8F15E (or 0xD8F15E) is known color: Mindaro. HEX triplet: D8, F1 and 5E. RGB value is (216,241,94). Sum of RGB (Red+Green+Blue) = 216+241+94=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F15E is #270EA1. Grayscale: #D9D9D9. Windows color (decimal): -2559650 or 6222296. OLE color: 6222296.

HSL color Cylindrical-coordinate representation of color #D8F15E: hue angle of 70.2º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8F15E is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 241 94 -
CMYK 0.10 0 0.61 0.05
HSL 70.2º 0.84% 0.66% -
HSV(B) 70.2º 0.61% 0.95% -
XYZ 61.79 78.32 22.45 -
YUV 216.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 216 241 94 0.10 0 0.61 0.05 70.2 0.84 0.66
Hex D8 F1 5E A 0 3D 5 46 54 42
Octal 330 361 136 12 0 75 5 106 124 102
Binary 11011000 11110001 1011110 1010 0 111101 101 1000110 1010100 1000010

Color Harmonies of #D8F15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F15E

Black with #D8F15E

Text Example


Text Example

White with #D8F15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F15E; }

 p { color: rgb(216,241,94); }

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

background-color css

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

 a { background-color: rgb(216,241,94); }

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

border-color css

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

 span { border-color: rgb(216,241,94); }

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