Html Css Color HEX #85FE74 Screamin' Green

📋 copy color: '#85FE74'

red 133 ◦ green 254 ◦ blue 116

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

Shades of Screamin' Green #85FE74

Tints of Screamin' Green #85FE74

RGB

 RED value IS 133 (52.34% from 255) = 26.44%

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

 BLUE value IS 116 (45.7% from 255) = 23.06%

R = 26.44%
G = 50.5%
B = 23.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#85FE74 (or 0x85FE74) is known color: Screamin' Green. HEX triplet: 85, FE and 74. RGB value is (133,254,116). Sum of RGB (Red+Green+Blue) = 133+254+116=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE74 is #7A018B. Grayscale: #CACACA. Windows color (decimal): -7995788 or 7667333. OLE color: 7667333.

HSL color Cylindrical-coordinate representation of color #85FE74: hue angle of 112.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85FE74 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 254 116 -
CMYK 0.48 0 0.54 0.00
HSL 112.61º 0.99% 0.73% -
HSV(B) 112.61º 0.54% 1% -
XYZ 48.27 77.13 28.87 -
YUV 202.09 79.41 78.72 -
System Red Green Blue C M Y K H S L
Decimal 133 254 116 0.48 0 0.54 0.00 112.61 0.99 0.73
Hex 85 FE 74 30 0 36 0 71 63 49
Octal 205 376 164 60 0 66 0 161 143 111
Binary 10000101 11111110 1110100 110000 0 110110 0 1110001 1100011 1001001

Color Harmonies of #85FE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE74

Black with #85FE74

Text Example


Text Example

White with #85FE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85FE74; }

 p { color: rgb(133,254,116); }

 H1.HeaderClassName
 {
   color: #85FE74;
 }
 .AnyTagClassName
 {
   color: #85FE74;
 }
</style>

background-color css

<style>
 a { background-color: #85FE74; }

 a { background-color: rgb(133,254,116); }

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

border-color css

<style>
 span { border-color: #85FE74; }

 span { border-color: rgb(133,254,116); }

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