Html Css Color HEX #71FD0C Bright Green

📋 copy color: '#71FD0C'

red 113 ◦ green 253 ◦ blue 12

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

Shades of Bright Green #71FD0C

Tints of Bright Green #71FD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.93%

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 29.89%
G = 66.93%
B = 3.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#71FD0C (or 0x71FD0C) is known color: Bright Green. HEX triplet: 71, FD and 0C. RGB value is (113,253,12). Sum of RGB (Red+Green+Blue) = 113+253+12=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 253 (99.22% from 255 or 66.93% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 253 - color contains mainly: green. Hex color #71FD0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FD0C is #8E02F3. Grayscale: #B8B8B8. Windows color (decimal): -9306868 or 851313. OLE color: 851313.

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

Color convert

RGB 113 253 12 -
CMYK 0.55 0 0.95 0.01
HSL 94.85º 0.98% 0.52% -
HSV(B) 94.85º 0.95% 0.99% -
XYZ 42 73.79 12.38 -
YUV 183.67 31.12 77.6 -
System Red Green Blue C M Y K H S L
Decimal 113 253 12 0.55 0 0.95 0.01 94.85 0.98 0.52
Hex 71 FD C 37 0 5F 1 5F 62 34
Octal 161 375 14 67 0 137 1 137 142 64
Binary 1110001 11111101 1100 110111 0 1011111 1 1011111 1100010 110100

Color Harmonies of #71FD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FD0C

Black with #71FD0C

Text Example


Text Example

White with #71FD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,253,12); }

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

background-color css

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

 a { background-color: rgb(113,253,12); }

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

border-color css

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

 span { border-color: rgb(113,253,12); }

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