Html Css Color HEX #71F912 Bright Green

📋 copy color: '#71F912'

red 113 ◦ green 249 ◦ blue 18

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

Shades of Bright Green #71F912

Tints of Bright Green #71F912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.53%

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 29.74%
G = 65.53%
B = 4.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#71F912 (or 0x71F912) is known color: Bright Green. HEX triplet: 71, F9 and 12. RGB value is (113,249,18). Sum of RGB (Red+Green+Blue) = 113+249+18=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 249 (97.66% from 255 or 65.53% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 249 - color contains mainly: green. Hex color #71F912 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F912 is #8E06ED. Grayscale: #B6B6B6. Windows color (decimal): -9307886 or 1243505. OLE color: 1243505.

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

Color convert

RGB 113 249 18 -
CMYK 0.55 0 0.93 0.02
HSL 95.32º 0.95% 0.52% -
HSV(B) 95.32º 0.93% 0.98% -
XYZ 40.79 71.31 12.19 -
YUV 182 35.44 78.78 -
System Red Green Blue C M Y K H S L
Decimal 113 249 18 0.55 0 0.93 0.02 95.32 0.95 0.52
Hex 71 F9 12 37 0 5D 2 5F 5F 34
Octal 161 371 22 67 0 135 2 137 137 64
Binary 1110001 11111001 10010 110111 0 1011101 10 1011111 1011111 110100

Color Harmonies of #71F912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F912

Black with #71F912

Text Example


Text Example

White with #71F912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,249,18); }

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

background-color css

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

 a { background-color: rgb(113,249,18); }

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

border-color css

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

 span { border-color: rgb(113,249,18); }

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