Html Css Color HEX #71F714 Bright Green

📋 copy color: '#71F714'

red 113 ◦ green 247 ◦ blue 20

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

Shades of Bright Green #71F714

Tints of Bright Green #71F714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65%

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 29.74%
G = 65%
B = 5.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#71F714 (or 0x71F714) is known color: Bright Green. HEX triplet: 71, F7 and 14. RGB value is (113,247,20). Sum of RGB (Red+Green+Blue) = 113+247+20=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #71F714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F714 is #8E08EB. Grayscale: #B5B5B5. Windows color (decimal): -9308396 or 1374065. OLE color: 1374065.

HSL color Cylindrical-coordinate representation of color #71F714: hue angle of 95.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71F714 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 247 20 -
CMYK 0.54 0 0.92 0.03
HSL 95.42º 0.93% 0.52% -
HSV(B) 95.42º 0.92% 0.97% -
XYZ 40.2 70.08 12.07 -
YUV 181.06 37.11 79.46 -
System Red Green Blue C M Y K H S L
Decimal 113 247 20 0.54 0 0.92 0.03 95.42 0.93 0.52
Hex 71 F7 14 36 0 5C 3 5F 5D 34
Octal 161 367 24 66 0 134 3 137 135 64
Binary 1110001 11110111 10100 110110 0 1011100 11 1011111 1011101 110100

Color Harmonies of #71F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F714

Black with #71F714

Text Example


Text Example

White with #71F714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,247,20); }

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

background-color css

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

 a { background-color: rgb(113,247,20); }

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

border-color css

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

 span { border-color: rgb(113,247,20); }

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