#71DF30

Color #71DF30 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #71DF30

Tints of Yellow Green #71DF30

Color information

#71DF30 (or 0x71DF30) is unknown color: approx Yellow Green. HEX triplet: 71, DF and 30. RGB value is (113,223,48). Sum of RGB (Red+Green+Blue) = 113+223+48=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DF30 is #8E20CF. Grayscale: #AAAAAA. Windows color (decimal): -9314512 or 3202929. OLE color: 3202929.

HSL color Cylindrical-coordinate representation of color #71DF30: hue angle of 97.71º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71DF30 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB11322348-
CMYK0.4900.780.13
HSL97.71º73.22%53.14%-
HSV(B)97.71º78.48%87.45%-
XYZ33.7356.511.92-
YUV170.1659.0687.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 223 (87.5% from 255) = 58.07%
BLUE value IS 48 (19.14% from 255) = 12.5%
R=29.43%
G=58.07%
B=12.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113223480.4900.780.1397.7173.2253.14
Hex71DF303104ED624935
Octal161337606101161514211165
Binary11100011101111111000011000101001110110111000101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,223,48); }

 H1.HeaderClassName
 {
   color: #71DF30;
 }
 .AnyTagClassName
 {
   color: #71DF30;
 }
</style>
background-color css

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

 a { background-color: rgb(113,223,48); }

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

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

 span { border-color: rgb(113,223,48); }

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