Html Css Color HEX #D8FD5E Mindaro

📋 copy color: '#D8FD5E'

red 216 ◦ green 253 ◦ blue 94

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

Shades of Mindaro #D8FD5E

Tints of Mindaro #D8FD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.7%

R = 38.37%
G = 44.94%
B = 16.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#D8FD5E (or 0xD8FD5E) is known color: Mindaro. HEX triplet: D8, FD and 5E. RGB value is (216,253,94). Sum of RGB (Red+Green+Blue) = 216+253+94=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD5E is #2702A1. Grayscale: #E0E0E0. Windows color (decimal): -2556578 or 6225368. OLE color: 6225368.

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

Color convert

RGB 216 253 94 -
CMYK 0.15 0 0.63 0.01
HSL 73.96º 0.98% 0.68% -
HSV(B) 73.96º 0.63% 0.99% -
XYZ 65.46 85.66 23.67 -
YUV 223.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 216 253 94 0.15 0 0.63 0.01 73.96 0.98 0.68
Hex D8 FD 5E F 0 3F 1 4A 62 44
Octal 330 375 136 17 0 77 1 112 142 104
Binary 11011000 11111101 1011110 1111 0 111111 1 1001010 1100010 1000100

Color Harmonies of #D8FD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FD5E

Black with #D8FD5E

Text Example


Text Example

White with #D8FD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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