Html Css Color HEX #D2FC71 Mindaro

📋 copy color: '#D2FC71'

red 210 ◦ green 252 ◦ blue 113

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

Shades of Mindaro #D2FC71

Tints of Mindaro #D2FC71

RGB

 RED value IS 210 (82.42% from 255) = 36.52%

 GREEN value IS 252 (98.83% from 255) = 43.83%

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

R = 36.52%
G = 43.83%
B = 19.65%

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

#D2FC71 (or 0xD2FC71) is known color: Mindaro. HEX triplet: D2, FC and 71. RGB value is (210,252,113). Sum of RGB (Red+Green+Blue) = 210+252+113=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FC71 is #2D038E. Grayscale: #E0E0E0. Windows color (decimal): -2950031 or 7470290. OLE color: 7470290.

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

Color convert

RGB 210 252 113 -
CMYK 0.17 0 0.55 0.01
HSL 78.13º 0.96% 0.72% -
HSV(B) 78.13º 0.55% 0.99% -
XYZ 64.37 84.51 28.54 -
YUV 223.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 210 252 113 0.17 0 0.55 0.01 78.13 0.96 0.72
Hex D2 FC 71 11 0 37 1 4E 60 48
Octal 322 374 161 21 0 67 1 116 140 110
Binary 11010010 11111100 1110001 10001 0 110111 1 1001110 1100000 1001000

Color Harmonies of #D2FC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FC71

Black with #D2FC71

Text Example


Text Example

White with #D2FC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FC71; }

 p { color: rgb(210,252,113); }

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

background-color css

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

 a { background-color: rgb(210,252,113); }

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

border-color css

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

 span { border-color: rgb(210,252,113); }

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