Html Css Color HEX #D8F25A Mindaro

📋 copy color: '#D8F25A'

red 216 ◦ green 242 ◦ blue 90

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

Shades of Mindaro #D8F25A

Tints of Mindaro #D8F25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.42%

R = 39.42%
G = 44.16%
B = 16.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#D8F25A (or 0xD8F25A) is known color: Mindaro. HEX triplet: D8, F2 and 5A. RGB value is (216,242,90). Sum of RGB (Red+Green+Blue) = 216+242+90=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F25A is #270DA5. Grayscale: #D9D9D9. Windows color (decimal): -2559398 or 5960408. OLE color: 5960408.

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

Color convert

RGB 216 242 90 -
CMYK 0.11 0 0.63 0.05
HSL 70.26º 0.85% 0.65% -
HSV(B) 70.26º 0.63% 0.95% -
XYZ 61.92 78.84 21.63 -
YUV 216.9 56.39 127.36 -
System Red Green Blue C M Y K H S L
Decimal 216 242 90 0.11 0 0.63 0.05 70.26 0.85 0.65
Hex D8 F2 5A B 0 3F 5 46 55 41
Octal 330 362 132 13 0 77 5 106 125 101
Binary 11011000 11110010 1011010 1011 0 111111 101 1000110 1010101 1000001

Color Harmonies of #D8F25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F25A

Black with #D8F25A

Text Example


Text Example

White with #D8F25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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