Html Css Color HEX #71FF0D Bright Green

📋 copy color: '#71FF0D'

red 113 ◦ green 255 ◦ blue 13

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

Shades of Bright Green #71FF0D

Tints of Bright Green #71FF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 66.93%

 BLUE value IS 13 (5.47% from 255) = 3.41%

R = 29.66%
G = 66.93%
B = 3.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#71FF0D (or 0x71FF0D) is known color: Bright Green. HEX triplet: 71, FF and 0D. RGB value is (113,255,13). Sum of RGB (Red+Green+Blue) = 113+255+13=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #71FF0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FF0D is #8E00F2. Grayscale: #B9B9B9. Windows color (decimal): -9306355 or 917361. OLE color: 917361.

HSL color Cylindrical-coordinate representation of color #71FF0D: hue angle of 95.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71FF0D is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 113 255 13 -
CMYK 0.56 0 0.95 0
HSL 95.21º 1% 0.53% -
HSV(B) 95.21º 0.95% 1% -
XYZ 42.64 75.06 12.62 -
YUV 184.95 30.96 76.68 -
System Red Green Blue C M Y K H S L
Decimal 113 255 13 0.56 0 0.95 0 95.21 1 0.53
Hex 71 FF D 38 0 5F 0 5F 64 35
Octal 161 377 15 70 0 137 0 137 144 65
Binary 1110001 11111111 1101 111000 0 1011111 0 1011111 1100100 110101

Color Harmonies of #71FF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FF0D

Black with #71FF0D

Text Example


Text Example

White with #71FF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,255,13); }

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

background-color css

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

 a { background-color: rgb(113,255,13); }

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

border-color css

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

 span { border-color: rgb(113,255,13); }

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