Html Css Color HEX #D8F277 Mindaro

📋 copy color: '#D8F277'

red 216 ◦ green 242 ◦ blue 119

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

Shades of Mindaro #D8F277

Tints of Mindaro #D8F277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.62%

R = 37.44%
G = 41.94%
B = 20.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#D8F277 (or 0xD8F277) is known color: Mindaro. HEX triplet: D8, F2 and 77. RGB value is (216,242,119). Sum of RGB (Red+Green+Blue) = 216+242+119=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F277 is #270D88. Grayscale: #DCDCDC. Windows color (decimal): -2559369 or 7860952. OLE color: 7860952.

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

Color convert

RGB 216 242 119 -
CMYK 0.11 0 0.51 0.05
HSL 72.68º 0.83% 0.71% -
HSV(B) 72.68º 0.51% 0.95% -
XYZ 63.4 79.44 29.44 -
YUV 220.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 216 242 119 0.11 0 0.51 0.05 72.68 0.83 0.71
Hex D8 F2 77 B 0 33 5 49 53 47
Octal 330 362 167 13 0 63 5 111 123 107
Binary 11011000 11110010 1110111 1011 0 110011 101 1001001 1010011 1000111

Color Harmonies of #D8F277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F277

Black with #D8F277

Text Example


Text Example

White with #D8F277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F277; }

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

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

background-color css

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

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

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

border-color css

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

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

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