Html Css Color HEX #71D821 Lima

📋 copy color: '#71D821'

red 113 ◦ green 216 ◦ blue 33

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

Shades of Lima #71D821

Tints of Lima #71D821

RGB

 RED value IS 113 (44.53% from 255) = 31.22%

 GREEN value IS 216 (84.77% from 255) = 59.67%

 BLUE value IS 33 (13.28% from 255) = 9.12%

R = 31.22%
G = 59.67%
B = 9.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#71D821 (or 0x71D821) is known color: Lima. HEX triplet: 71, D8 and 21. RGB value is (113,216,33). Sum of RGB (Red+Green+Blue) = 113+216+33=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #71D821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D821 is #8E27DE. Grayscale: #A4A4A4. Windows color (decimal): -9316319 or 2218097. OLE color: 2218097.

HSL color Cylindrical-coordinate representation of color #71D821: hue angle of 93.77º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71D821 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 216 33 -
CMYK 0.48 0 0.85 0.15
HSL 93.77º 0.73% 0.49% -
HSV(B) 93.77º 0.85% 0.85% -
XYZ 31.64 52.73 9.95 -
YUV 164.34 53.88 91.38 -
System Red Green Blue C M Y K H S L
Decimal 113 216 33 0.48 0 0.85 0.15 93.77 0.73 0.49
Hex 71 D8 21 30 0 55 F 5E 49 31
Octal 161 330 41 60 0 125 17 136 111 61
Binary 1110001 11011000 100001 110000 0 1010101 1111 1011110 1001001 110001

Color Harmonies of #71D821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D821

Black with #71D821

Text Example


Text Example

White with #71D821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71D821; }

 p { color: rgb(113,216,33); }

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

background-color css

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

 a { background-color: rgb(113,216,33); }

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

border-color css

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

 span { border-color: rgb(113,216,33); }

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