Html Css Color HEX #D5FD73 Mindaro

📋 copy color: '#D5FD73'

red 213 ◦ green 253 ◦ blue 115

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

Shades of Mindaro #D5FD73

Tints of Mindaro #D5FD73

RGB

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

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

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

R = 36.66%
G = 43.55%
B = 19.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#D5FD73 (or 0xD5FD73) is known color: Mindaro. HEX triplet: D5, FD and 73. RGB value is (213,253,115). Sum of RGB (Red+Green+Blue) = 213+253+115=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD73 is #2A028C. Grayscale: #E1E1E1. Windows color (decimal): -2753165 or 7601621. OLE color: 7601621.

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

Color convert

RGB 213 253 115 -
CMYK 0.16 0 0.55 0.01
HSL 77.39º 0.97% 0.72% -
HSV(B) 77.39º 0.55% 0.99% -
XYZ 65.66 85.63 29.29 -
YUV 225.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 213 253 115 0.16 0 0.55 0.01 77.39 0.97 0.72
Hex D5 FD 73 10 0 37 1 4D 61 48
Octal 325 375 163 20 0 67 1 115 141 110
Binary 11010101 11111101 1110011 10000 0 110111 1 1001101 1100001 1001000

Color Harmonies of #D5FD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FD73

Black with #D5FD73

Text Example


Text Example

White with #D5FD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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