Html Css Color HEX #D8F275 Mindaro

📋 copy color: '#D8F275'

red 216 ◦ green 242 ◦ blue 117

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

Shades of Mindaro #D8F275

Tints of Mindaro #D8F275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.35%

R = 37.57%
G = 42.09%
B = 20.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#D8F275 (or 0xD8F275) is known color: Mindaro. HEX triplet: D8, F2 and 75. RGB value is (216,242,117). Sum of RGB (Red+Green+Blue) = 216+242+117=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F275 is #270D8A. Grayscale: #DCDCDC. Windows color (decimal): -2559371 or 7729880. OLE color: 7729880.

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

Color convert

RGB 216 242 117 -
CMYK 0.11 0 0.52 0.05
HSL 72.48º 0.83% 0.7% -
HSV(B) 72.48º 0.52% 0.95% -
XYZ 63.28 79.39 28.82 -
YUV 219.98 69.89 125.16 -
System Red Green Blue C M Y K H S L
Decimal 216 242 117 0.11 0 0.52 0.05 72.48 0.83 0.7
Hex D8 F2 75 B 0 34 5 48 53 46
Octal 330 362 165 13 0 64 5 110 123 106
Binary 11011000 11110010 1110101 1011 0 110100 101 1001000 1010011 1000110

Color Harmonies of #D8F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F275

Black with #D8F275

Text Example


Text Example

White with #D8F275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F275; }

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

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

background-color css

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

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

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

border-color css

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

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

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