Html Css Color HEX #71DC28 Yellow Green

📋 copy color: '#71DC28'

red 113 ◦ green 220 ◦ blue 40

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

Shades of Yellow Green #71DC28

Tints of Yellow Green #71DC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 30.29%
G = 58.98%
B = 10.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#71DC28 (or 0x71DC28) is known color: Yellow Green. HEX triplet: 71, DC and 28. RGB value is (113,220,40). Sum of RGB (Red+Green+Blue) = 113+220+40=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC28 is #8E23D7. Grayscale: #A8A8A8. Windows color (decimal): -9315288 or 2677873. OLE color: 2677873.

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

Color convert

RGB 113 220 40 -
CMYK 0.49 0 0.82 0.14
HSL 95.67º 0.72% 0.51% -
HSV(B) 95.67º 0.82% 0.86% -
XYZ 32.79 54.85 10.87 -
YUV 167.49 56.05 89.14 -
System Red Green Blue C M Y K H S L
Decimal 113 220 40 0.49 0 0.82 0.14 95.67 0.72 0.51
Hex 71 DC 28 31 0 52 E 60 48 33
Octal 161 334 50 61 0 122 16 140 110 63
Binary 1110001 11011100 101000 110001 0 1010010 1110 1100000 1001000 110011

Color Harmonies of #71DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC28

Black with #71DC28

Text Example


Text Example

White with #71DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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