Html Css Color HEX #5FF70C Bright Green

📋 copy color: '#5FF70C'

red 95 ◦ green 247 ◦ blue 12

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

Shades of Bright Green #5FF70C

Tints of Bright Green #5FF70C

RGB

 RED value IS 95 (37.5% from 255) = 26.84%

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

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

R = 26.84%
G = 69.77%
B = 3.39%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#5FF70C (or 0x5FF70C) is known color: Bright Green. HEX triplet: 5F, F7 and 0C. RGB value is (95,247,12). Sum of RGB (Red+Green+Blue) = 95+247+12=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 247 (96.88% from 255 or 69.77% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF70C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF70C is #A008F3. Grayscale: #AFAFAF. Windows color (decimal): -10488052 or 849759. OLE color: 849759.

HSL color Cylindrical-coordinate representation of color #5FF70C: hue angle of 98.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FF70C is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 95 247 12 -
CMYK 0.62 0 0.95 0.03
HSL 98.81º 0.94% 0.51% -
HSV(B) 98.81º 0.95% 0.97% -
XYZ 38.05 68.98 11.66 -
YUV 174.76 36.14 71.11 -
System Red Green Blue C M Y K H S L
Decimal 95 247 12 0.62 0 0.95 0.03 98.81 0.94 0.51
Hex 5F F7 C 3E 0 5F 3 63 5E 33
Octal 137 367 14 76 0 137 3 143 136 63
Binary 1011111 11110111 1100 111110 0 1011111 11 1100011 1011110 110011

Color Harmonies of #5FF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF70C

Black with #5FF70C

Text Example


Text Example

White with #5FF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FF70C; }

 p { color: rgb(95,247,12); }

 H1.HeaderClassName
 {
   color: #5FF70C;
 }
 .AnyTagClassName
 {
   color: #5FF70C;
 }
</style>

background-color css

<style>
 a { background-color: #5FF70C; }

 a { background-color: rgb(95,247,12); }

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

border-color css

<style>
 span { border-color: #5FF70C; }

 span { border-color: rgb(95,247,12); }

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