Html Css Color HEX #D9FF5D Mindaro

📋 copy color: '#D9FF5D'

red 217 ◦ green 255 ◦ blue 93

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

Shades of Mindaro #D9FF5D

Tints of Mindaro #D9FF5D

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

 GREEN value IS 255 (100% from 255) = 45.13%

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

R = 38.41%
G = 45.13%
B = 16.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#D9FF5D (or 0xD9FF5D) is known color: Mindaro. HEX triplet: D9, FF and 5D. RGB value is (217,255,93). Sum of RGB (Red+Green+Blue) = 217+255+93=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF5D is #2600A2. Grayscale: #E1E1E1. Windows color (decimal): -2490531 or 6160345. OLE color: 6160345.

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

Color convert

RGB 217 255 93 -
CMYK 0.15 0 0.64 0
HSL 74.07º 1% 0.68% -
HSV(B) 74.07º 0.64% 1% -
XYZ 66.35 87.06 23.66 -
YUV 225.17 53.41 122.17 -
System Red Green Blue C M Y K H S L
Decimal 217 255 93 0.15 0 0.64 0 74.07 1 0.68
Hex D9 FF 5D F 0 40 0 4A 64 44
Octal 331 377 135 17 0 100 0 112 144 104
Binary 11011001 11111111 1011101 1111 0 1000000 0 1001010 1100100 1000100

Color Harmonies of #D9FF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FF5D

Black with #D9FF5D

Text Example


Text Example

White with #D9FF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FF5D; }

 p { color: rgb(217,255,93); }

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

background-color css

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

 a { background-color: rgb(217,255,93); }

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

border-color css

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

 span { border-color: rgb(217,255,93); }

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