Html Css Color HEX #D8FD5D Mindaro

📋 copy color: '#D8FD5D'

red 216 ◦ green 253 ◦ blue 93

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

Shades of Mindaro #D8FD5D

Tints of Mindaro #D8FD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.55%

R = 38.43%
G = 45.02%
B = 16.55%

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

#D8FD5D (or 0xD8FD5D) is known color: Mindaro. HEX triplet: D8, FD and 5D. RGB value is (216,253,93). Sum of RGB (Red+Green+Blue) = 216+253+93=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD5D is #2702A2. Grayscale: #E0E0E0. Windows color (decimal): -2556579 or 6159832. OLE color: 6159832.

HSL color Cylindrical-coordinate representation of color #D8FD5D: hue angle of 73.88º 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 #D8FD5D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 253 93 -
CMYK 0.15 0 0.63 0.01
HSL 73.88º 0.98% 0.68% -
HSV(B) 73.88º 0.63% 0.99% -
XYZ 65.42 85.64 23.44 -
YUV 223.7 54.24 122.51 -
System Red Green Blue C M Y K H S L
Decimal 216 253 93 0.15 0 0.63 0.01 73.88 0.98 0.68
Hex D8 FD 5D F 0 3F 1 4A 62 44
Octal 330 375 135 17 0 77 1 112 142 104
Binary 11011000 11111101 1011101 1111 0 111111 1 1001010 1100010 1000100

Color Harmonies of #D8FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FD5D

Black with #D8FD5D

Text Example


Text Example

White with #D8FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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