Html Css Color HEX #D3FD73 Mindaro

📋 copy color: '#D3FD73'

red 211 ◦ green 253 ◦ blue 115

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

Shades of Mindaro #D3FD73

Tints of Mindaro #D3FD73

RGB

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

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

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

R = 36.44%
G = 43.7%
B = 19.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#D3FD73 (or 0xD3FD73) is known color: Mindaro. HEX triplet: D3, FD and 73. RGB value is (211,253,115). Sum of RGB (Red+Green+Blue) = 211+253+115=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD73 is #2C028C. Grayscale: #E1E1E1. Windows color (decimal): -2884237 or 7601619. OLE color: 7601619.

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

Color convert

RGB 211 253 115 -
CMYK 0.17 0 0.55 0.01
HSL 78.26º 0.97% 0.72% -
HSV(B) 78.26º 0.55% 0.99% -
XYZ 65.08 85.34 29.26 -
YUV 224.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 211 253 115 0.17 0 0.55 0.01 78.26 0.97 0.72
Hex D3 FD 73 11 0 37 1 4E 61 48
Octal 323 375 163 21 0 67 1 116 141 110
Binary 11010011 11111101 1110011 10001 0 110111 1 1001110 1100001 1001000

Color Harmonies of #D3FD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FD73

Black with #D3FD73

Text Example


Text Example

White with #D3FD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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