Html Css Color HEX #71DA2A Yellow Green

📋 copy color: '#71DA2A'

red 113 ◦ green 218 ◦ blue 42

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

Shades of Yellow Green #71DA2A

Tints of Yellow Green #71DA2A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.45%

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

R = 30.29%
G = 58.45%
B = 11.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#71DA2A (or 0x71DA2A) is known color: Yellow Green. HEX triplet: 71, DA and 2A. RGB value is (113,218,42). Sum of RGB (Red+Green+Blue) = 113+218+42=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DA2A is #8E25D5. Grayscale: #A7A7A7. Windows color (decimal): -9315798 or 2808433. OLE color: 2808433.

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

Color convert

RGB 113 218 42 -
CMYK 0.48 0 0.81 0.15
HSL 95.8º 0.7% 0.51% -
HSV(B) 95.8º 0.81% 0.85% -
XYZ 32.3 53.82 10.88 -
YUV 166.54 57.71 89.81 -
System Red Green Blue C M Y K H S L
Decimal 113 218 42 0.48 0 0.81 0.15 95.8 0.7 0.51
Hex 71 DA 2A 30 0 51 F 60 46 33
Octal 161 332 52 60 0 121 17 140 106 63
Binary 1110001 11011010 101010 110000 0 1010001 1111 1100000 1000110 110011

Color Harmonies of #71DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DA2A

Black with #71DA2A

Text Example


Text Example

White with #71DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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