Html Css Color HEX #71FA0A Bright Green

📋 copy color: '#71FA0A'

red 113 ◦ green 250 ◦ blue 10

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

Shades of Bright Green #71FA0A

Tints of Bright Green #71FA0A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.02%

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 30.29%
G = 67.02%
B = 2.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#71FA0A (or 0x71FA0A) is known color: Bright Green. HEX triplet: 71, FA and 0A. RGB value is (113,250,10). Sum of RGB (Red+Green+Blue) = 113+250+10=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FA0A is #8E05F5. Grayscale: #B6B6B6. Windows color (decimal): -9307638 or 719473. OLE color: 719473.

HSL color Cylindrical-coordinate representation of color #71FA0A: hue angle of 94.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71FA0A is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 250 10 -
CMYK 0.55 0 0.96 0.02
HSL 94.25º 0.96% 0.51% -
HSV(B) 94.25º 0.96% 0.98% -
XYZ 41.05 71.9 12 -
YUV 181.68 31.11 79.01 -
System Red Green Blue C M Y K H S L
Decimal 113 250 10 0.55 0 0.96 0.02 94.25 0.96 0.51
Hex 71 FA A 37 0 60 2 5E 60 33
Octal 161 372 12 67 0 140 2 136 140 63
Binary 1110001 11111010 1010 110111 0 1100000 10 1011110 1100000 110011

Color Harmonies of #71FA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FA0A

Black with #71FA0A

Text Example


Text Example

White with #71FA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,250,10); }

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

background-color css

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

 a { background-color: rgb(113,250,10); }

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

border-color css

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

 span { border-color: rgb(113,250,10); }

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