Html Css Color HEX #D8F27A Mindaro

📋 copy color: '#D8F27A'

red 216 ◦ green 242 ◦ blue 122

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

Shades of Mindaro #D8F27A

Tints of Mindaro #D8F27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.03%

R = 37.24%
G = 41.72%
B = 21.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#D8F27A (or 0xD8F27A) is known color: Mindaro. HEX triplet: D8, F2 and 7A. RGB value is (216,242,122). Sum of RGB (Red+Green+Blue) = 216+242+122=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F27A is #270D85. Grayscale: #DCDCDC. Windows color (decimal): -2559366 or 8057560. OLE color: 8057560.

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

Color convert

RGB 216 242 122 -
CMYK 0.11 0 0.50 0.05
HSL 73º 0.82% 0.71% -
HSV(B) 73º 0.5% 0.95% -
XYZ 63.58 79.51 30.41 -
YUV 220.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 216 242 122 0.11 0 0.50 0.05 73 0.82 0.71
Hex D8 F2 7A B 0 32 5 49 52 47
Octal 330 362 172 13 0 62 5 111 122 107
Binary 11011000 11110010 1111010 1011 0 110010 101 1001001 1010010 1000111

Color Harmonies of #D8F27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F27A

Black with #D8F27A

Text Example


Text Example

White with #D8F27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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