Html Css Color HEX #D8FD61 Mindaro

📋 copy color: '#D8FD61'

red 216 ◦ green 253 ◦ blue 97

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

Shades of Mindaro #D8FD61

Tints of Mindaro #D8FD61

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.7%

 BLUE value IS 97 (38.28% from 255) = 17.14%

R = 38.16%
G = 44.7%
B = 17.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#D8FD61 (or 0xD8FD61) is known color: Mindaro. HEX triplet: D8, FD and 61. RGB value is (216,253,97). Sum of RGB (Red+Green+Blue) = 216+253+97=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 97 (38.28% from 255 or 17.14% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD61 is #27029E. Grayscale: #E0E0E0. Windows color (decimal): -2556575 or 6421976. OLE color: 6421976.

HSL color Cylindrical-coordinate representation of color #D8FD61: hue angle of 74.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8FD61 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 253 97 -
CMYK 0.15 0 0.62 0.01
HSL 74.23º 0.98% 0.69% -
HSV(B) 74.23º 0.62% 0.99% -
XYZ 65.6 85.71 24.4 -
YUV 224.15 56.24 122.18 -
System Red Green Blue C M Y K H S L
Decimal 216 253 97 0.15 0 0.62 0.01 74.23 0.98 0.69
Hex D8 FD 61 F 0 3E 1 4A 62 45
Octal 330 375 141 17 0 76 1 112 142 105
Binary 11011000 11111101 1100001 1111 0 111110 1 1001010 1100010 1000101

Color Harmonies of #D8FD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FD61

Black with #D8FD61

Text Example


Text Example

White with #D8FD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FD61; }

 p { color: rgb(216,253,97); }

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

background-color css

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

 a { background-color: rgb(216,253,97); }

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

border-color css

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

 span { border-color: rgb(216,253,97); }

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