Html Css Color HEX #D4FD73 Mindaro

📋 copy color: '#D4FD73'

red 212 ◦ green 253 ◦ blue 115

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

Shades of Mindaro #D4FD73

Tints of Mindaro #D4FD73

RGB

 RED value IS 212 (83.2% from 255) = 36.55%

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

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

R = 36.55%
G = 43.62%
B = 19.83%

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

#D4FD73 (or 0xD4FD73) is known color: Mindaro. HEX triplet: D4, FD and 73. RGB value is (212,253,115). Sum of RGB (Red+Green+Blue) = 212+253+115=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FD73 is #2B028C. Grayscale: #E1E1E1. Windows color (decimal): -2818701 or 7601620. OLE color: 7601620.

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

Color convert

RGB 212 253 115 -
CMYK 0.16 0 0.55 0.01
HSL 77.83º 0.97% 0.72% -
HSV(B) 77.83º 0.55% 0.99% -
XYZ 65.37 85.49 29.27 -
YUV 225.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 212 253 115 0.16 0 0.55 0.01 77.83 0.97 0.72
Hex D4 FD 73 10 0 37 1 4E 61 48
Octal 324 375 163 20 0 67 1 116 141 110
Binary 11010100 11111101 1110011 10000 0 110111 1 1001110 1100001 1001000

Color Harmonies of #D4FD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD73

Black with #D4FD73

Text Example


Text Example

White with #D4FD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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