Html Css Color HEX #D5FF73 Mindaro

📋 copy color: '#D5FF73'

red 213 ◦ green 255 ◦ blue 115

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

Shades of Mindaro #D5FF73

Tints of Mindaro #D5FF73

RGB

 RED value IS 213 (83.59% from 255) = 36.54%

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

 BLUE value IS 115 (45.31% from 255) = 19.73%

R = 36.54%
G = 43.74%
B = 19.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#D5FF73 (or 0xD5FF73) is known color: Mindaro. HEX triplet: D5, FF and 73. RGB value is (213,255,115). Sum of RGB (Red+Green+Blue) = 213+255+115=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF73 is #2A008C. Grayscale: #E3E3E3. Windows color (decimal): -2752653 or 7602133. OLE color: 7602133.

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

Color convert

RGB 213 255 115 -
CMYK 0.16 0 0.55 0
HSL 78º 1% 0.73% -
HSV(B) 78º 0.55% 1% -
XYZ 66.3 86.9 29.5 -
YUV 226.48 65.09 118.38 -
System Red Green Blue C M Y K H S L
Decimal 213 255 115 0.16 0 0.55 0 78 1 0.73
Hex D5 FF 73 10 0 37 0 4E 64 49
Octal 325 377 163 20 0 67 0 116 144 111
Binary 11010101 11111111 1110011 10000 0 110111 0 1001110 1100100 1001001

Color Harmonies of #D5FF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FF73

Black with #D5FF73

Text Example


Text Example

White with #D5FF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FF73; }

 p { color: rgb(213,255,115); }

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

background-color css

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

 a { background-color: rgb(213,255,115); }

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

border-color css

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

 span { border-color: rgb(213,255,115); }

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