Html Css Color HEX #71DC2A Yellow Green

📋 copy color: '#71DC2A'

red 113 ◦ green 220 ◦ blue 42

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

Shades of Yellow Green #71DC2A

Tints of Yellow Green #71DC2A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 30.13%
G = 58.67%
B = 11.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#71DC2A (or 0x71DC2A) is known color: Yellow Green. HEX triplet: 71, DC and 2A. RGB value is (113,220,42). Sum of RGB (Red+Green+Blue) = 113+220+42=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC2A is #8E23D5. Grayscale: #A8A8A8. Windows color (decimal): -9315286 or 2808945. OLE color: 2808945.

HSL color Cylindrical-coordinate representation of color #71DC2A: hue angle of 96.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71DC2A is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 42 -
CMYK 0.49 0 0.81 0.14
HSL 96.07º 0.72% 0.51% -
HSV(B) 96.07º 0.81% 0.86% -
XYZ 32.82 54.86 11.05 -
YUV 167.72 57.05 88.97 -
System Red Green Blue C M Y K H S L
Decimal 113 220 42 0.49 0 0.81 0.14 96.07 0.72 0.51
Hex 71 DC 2A 31 0 51 E 60 48 33
Octal 161 334 52 61 0 121 16 140 110 63
Binary 1110001 11011100 101010 110001 0 1010001 1110 1100000 1001000 110011

Color Harmonies of #71DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC2A

Black with #71DC2A

Text Example


Text Example

White with #71DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,42); }

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

background-color css

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

 a { background-color: rgb(113,220,42); }

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

border-color css

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

 span { border-color: rgb(113,220,42); }

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