Html Css Color HEX #D9FD5D Mindaro

📋 copy color: '#D9FD5D'

red 217 ◦ green 253 ◦ blue 93

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

Shades of Mindaro #D9FD5D

Tints of Mindaro #D9FD5D

RGB

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

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

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

R = 38.54%
G = 44.94%
B = 16.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#D9FD5D (or 0xD9FD5D) is known color: Mindaro. HEX triplet: D9, FD and 5D. RGB value is (217,253,93). Sum of RGB (Red+Green+Blue) = 217+253+93=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD5D is #2602A2. Grayscale: #E0E0E0. Windows color (decimal): -2491043 or 6159833. OLE color: 6159833.

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

Color convert

RGB 217 253 93 -
CMYK 0.14 0 0.63 0.01
HSL 73.5º 0.98% 0.68% -
HSV(B) 73.5º 0.63% 0.99% -
XYZ 65.72 85.79 23.45 -
YUV 224 54.07 123.01 -
System Red Green Blue C M Y K H S L
Decimal 217 253 93 0.14 0 0.63 0.01 73.5 0.98 0.68
Hex D9 FD 5D E 0 3F 1 4A 62 44
Octal 331 375 135 16 0 77 1 112 142 104
Binary 11011001 11111101 1011101 1110 0 111111 1 1001010 1100010 1000100

Color Harmonies of #D9FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FD5D

Black with #D9FD5D

Text Example


Text Example

White with #D9FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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