Html Css Color HEX #71FE32 Bright Green

📋 copy color: '#71FE32'

red 113 ◦ green 254 ◦ blue 50

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

Shades of Bright Green #71FE32

Tints of Bright Green #71FE32

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.91%

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 27.1%
G = 60.91%
B = 11.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#71FE32 (or 0x71FE32) is known color: Bright Green. HEX triplet: 71, FE and 32. RGB value is (113,254,50). Sum of RGB (Red+Green+Blue) = 113+254+50=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FE32 is #8E01CD. Grayscale: #BDBDBD. Windows color (decimal): -9306574 or 3341937. OLE color: 3341937.

HSL color Cylindrical-coordinate representation of color #71FE32: hue angle of 101.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71FE32 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 254 50 -
CMYK 0.56 0 0.80 0.00
HSL 101.47º 0.99% 0.6% -
HSV(B) 101.47º 0.8% 1% -
XYZ 42.83 74.62 15.16 -
YUV 188.59 49.79 74.09 -
System Red Green Blue C M Y K H S L
Decimal 113 254 50 0.56 0 0.80 0.00 101.47 0.99 0.6
Hex 71 FE 32 38 0 50 0 65 63 3C
Octal 161 376 62 70 0 120 0 145 143 74
Binary 1110001 11111110 110010 111000 0 1010000 0 1100101 1100011 111100

Color Harmonies of #71FE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FE32

Black with #71FE32

Text Example


Text Example

White with #71FE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,254,50); }

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

background-color css

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

 a { background-color: rgb(113,254,50); }

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

border-color css

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

 span { border-color: rgb(113,254,50); }

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