Html Css Color HEX #D5FD71 Mindaro

📋 copy color: '#D5FD71'

red 213 ◦ green 253 ◦ blue 113

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

Shades of Mindaro #D5FD71

Tints of Mindaro #D5FD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.52%

R = 36.79%
G = 43.7%
B = 19.52%

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

#D5FD71 (or 0xD5FD71) is known color: Mindaro. HEX triplet: D5, FD and 71. RGB value is (213,253,113). Sum of RGB (Red+Green+Blue) = 213+253+113=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD71 is #2A028E. Grayscale: #E1E1E1. Windows color (decimal): -2753167 or 7470549. OLE color: 7470549.

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

Color convert

RGB 213 253 113 -
CMYK 0.16 0 0.55 0.01
HSL 77.14º 0.97% 0.72% -
HSV(B) 77.14º 0.55% 0.99% -
XYZ 65.55 85.59 28.69 -
YUV 225.08 64.75 119.38 -
System Red Green Blue C M Y K H S L
Decimal 213 253 113 0.16 0 0.55 0.01 77.14 0.97 0.72
Hex D5 FD 71 10 0 37 1 4D 61 48
Octal 325 375 161 20 0 67 1 115 141 110
Binary 11010101 11111101 1110001 10000 0 110111 1 1001101 1100001 1001000

Color Harmonies of #D5FD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FD71

Black with #D5FD71

Text Example


Text Example

White with #D5FD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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