Html Css Color HEX #85FE72 Screamin' Green

📋 copy color: '#85FE72'

red 133 ◦ green 254 ◦ blue 114

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

Shades of Screamin' Green #85FE72

Tints of Screamin' Green #85FE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.75%

R = 26.55%
G = 50.7%
B = 22.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#85FE72 (or 0x85FE72) is known color: Screamin' Green. HEX triplet: 85, FE and 72. RGB value is (133,254,114). Sum of RGB (Red+Green+Blue) = 133+254+114=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE72 is #7A018D. Grayscale: #CACACA. Windows color (decimal): -7995790 or 7536261. OLE color: 7536261.

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

Color convert

RGB 133 254 114 -
CMYK 0.48 0 0.55 0.00
HSL 111.86º 0.99% 0.72% -
HSV(B) 111.86º 0.55% 1% -
XYZ 48.15 77.09 28.26 -
YUV 201.86 78.41 78.88 -
System Red Green Blue C M Y K H S L
Decimal 133 254 114 0.48 0 0.55 0.00 111.86 0.99 0.72
Hex 85 FE 72 30 0 37 0 70 63 48
Octal 205 376 162 60 0 67 0 160 143 110
Binary 10000101 11111110 1110010 110000 0 110111 0 1110000 1100011 1001000

Color Harmonies of #85FE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE72

Black with #85FE72

Text Example


Text Example

White with #85FE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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