Html Css Color HEX #D1FF5D Mindaro

📋 copy color: '#D1FF5D'

red 209 ◦ green 255 ◦ blue 93

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

Shades of Mindaro #D1FF5D

Tints of Mindaro #D1FF5D

RGB

 RED value IS 209 (82.03% from 255) = 37.52%

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

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

R = 37.52%
G = 45.78%
B = 16.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#D1FF5D (or 0xD1FF5D) is known color: Mindaro. HEX triplet: D1, FF and 5D. RGB value is (209,255,93). Sum of RGB (Red+Green+Blue) = 209+255+93=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF5D is #2E00A2. Grayscale: #DFDFDF. Windows color (decimal): -3014819 or 6160337. OLE color: 6160337.

HSL color Cylindrical-coordinate representation of color #D1FF5D: hue angle of 77.04º 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 #D1FF5D is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 209 255 93 -
CMYK 0.18 0 0.64 0
HSL 77.04º 1% 0.68% -
HSV(B) 77.04º 0.64% 1% -
XYZ 64.03 85.87 23.55 -
YUV 222.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 209 255 93 0.18 0 0.64 0 77.04 1 0.68
Hex D1 FF 5D 12 0 40 0 4D 64 44
Octal 321 377 135 22 0 100 0 115 144 104
Binary 11010001 11111111 1011101 10010 0 1000000 0 1001101 1100100 1000100

Color Harmonies of #D1FF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FF5D

Black with #D1FF5D

Text Example


Text Example

White with #D1FF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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