Html Css Color HEX #D8F25D Mindaro

📋 copy color: '#D8F25D'

red 216 ◦ green 242 ◦ blue 93

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

Shades of Mindaro #D8F25D

Tints of Mindaro #D8F25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.92%

 BLUE value IS 93 (36.72% from 255) = 16.88%

R = 39.2%
G = 43.92%
B = 16.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#D8F25D (or 0xD8F25D) is known color: Mindaro. HEX triplet: D8, F2 and 5D. RGB value is (216,242,93). Sum of RGB (Red+Green+Blue) = 216+242+93=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F25D is #270DA2. Grayscale: #D9D9D9. Windows color (decimal): -2559395 or 6157016. OLE color: 6157016.

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

Color convert

RGB 216 242 93 -
CMYK 0.11 0 0.62 0.05
HSL 70.47º 0.85% 0.66% -
HSV(B) 70.47º 0.62% 0.95% -
XYZ 62.05 78.89 22.31 -
YUV 217.24 57.89 127.12 -
System Red Green Blue C M Y K H S L
Decimal 216 242 93 0.11 0 0.62 0.05 70.47 0.85 0.66
Hex D8 F2 5D B 0 3E 5 46 55 42
Octal 330 362 135 13 0 76 5 106 125 102
Binary 11011000 11110010 1011101 1011 0 111110 101 1000110 1010101 1000010

Color Harmonies of #D8F25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F25D

Black with #D8F25D

Text Example


Text Example

White with #D8F25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F25D; }

 p { color: rgb(216,242,93); }

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

background-color css

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

 a { background-color: rgb(216,242,93); }

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

border-color css

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

 span { border-color: rgb(216,242,93); }

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