Html Css Color HEX #D3FF5D Mindaro

📋 copy color: '#D3FF5D'

red 211 ◦ green 255 ◦ blue 93

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

Shades of Mindaro #D3FF5D

Tints of Mindaro #D3FF5D

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

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

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

R = 37.75%
G = 45.62%
B = 16.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#D3FF5D (or 0xD3FF5D) is known color: Mindaro. HEX triplet: D3, FF and 5D. RGB value is (211,255,93). Sum of RGB (Red+Green+Blue) = 211+255+93=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF5D is #2C00A2. Grayscale: #DFDFDF. Windows color (decimal): -2883747 or 6160339. OLE color: 6160339.

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

Color convert

RGB 211 255 93 -
CMYK 0.17 0 0.64 0
HSL 76.3º 1% 0.68% -
HSV(B) 76.3º 0.64% 1% -
XYZ 64.6 86.16 23.58 -
YUV 223.38 54.42 119.17 -
System Red Green Blue C M Y K H S L
Decimal 211 255 93 0.17 0 0.64 0 76.3 1 0.68
Hex D3 FF 5D 11 0 40 0 4C 64 44
Octal 323 377 135 21 0 100 0 114 144 104
Binary 11010011 11111111 1011101 10001 0 1000000 0 1001100 1100100 1000100

Color Harmonies of #D3FF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FF5D

Black with #D3FF5D

Text Example


Text Example

White with #D3FF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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