Html Css Color HEX #71FE36 Screamin' Green

📋 copy color: '#71FE36'

red 113 ◦ green 254 ◦ blue 54

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

Shades of Screamin' Green #71FE36

Tints of Screamin' Green #71FE36

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.33%

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 26.84%
G = 60.33%
B = 12.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#71FE36 (or 0x71FE36) is known color: Screamin' Green. HEX triplet: 71, FE and 36. RGB value is (113,254,54). Sum of RGB (Red+Green+Blue) = 113+254+54=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 254 (99.61% from 255 or 60.33% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FE36 is #8E01C9. Grayscale: #BDBDBD. Windows color (decimal): -9306570 or 3604081. OLE color: 3604081.

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

Color convert

RGB 113 254 54 -
CMYK 0.56 0 0.79 0.00
HSL 102.3º 0.99% 0.6% -
HSV(B) 102.3º 0.79% 1% -
XYZ 42.92 74.66 15.64 -
YUV 189.04 51.79 73.76 -
System Red Green Blue C M Y K H S L
Decimal 113 254 54 0.56 0 0.79 0.00 102.3 0.99 0.6
Hex 71 FE 36 38 0 4F 0 66 63 3C
Octal 161 376 66 70 0 117 0 146 143 74
Binary 1110001 11111110 110110 111000 0 1001111 0 1100110 1100011 111100

Color Harmonies of #71FE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FE36

Black with #71FE36

Text Example


Text Example

White with #71FE36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,254,54); }

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

background-color css

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

 a { background-color: rgb(113,254,54); }

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

border-color css

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

 span { border-color: rgb(113,254,54); }

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