Html Css Color HEX #85F94F Screamin' Green

📋 copy color: '#85F94F'

red 133 ◦ green 249 ◦ blue 79

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

Shades of Screamin' Green #85F94F

Tints of Screamin' Green #85F94F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.01%

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 28.85%
G = 54.01%
B = 17.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#85F94F (or 0x85F94F) is known color: Screamin' Green. HEX triplet: 85, F9 and 4F. RGB value is (133,249,79). Sum of RGB (Red+Green+Blue) = 133+249+79=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #85F94F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F94F is #7A06B0. Grayscale: #C3C3C3. Windows color (decimal): -7997105 or 5241221. OLE color: 5241221.

HSL color Cylindrical-coordinate representation of color #85F94F: hue angle of 100.94º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85F94F is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 249 79 -
CMYK 0.47 0 0.68 0.02
HSL 100.94º 0.93% 0.64% -
HSV(B) 100.94º 0.68% 0.98% -
XYZ 44.96 73.3 19.18 -
YUV 194.94 62.57 83.82 -
System Red Green Blue C M Y K H S L
Decimal 133 249 79 0.47 0 0.68 0.02 100.94 0.93 0.64
Hex 85 F9 4F 2F 0 44 2 65 5D 40
Octal 205 371 117 57 0 104 2 145 135 100
Binary 10000101 11111001 1001111 101111 0 1000100 10 1100101 1011101 1000000

Color Harmonies of #85F94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F94F

Black with #85F94F

Text Example


Text Example

White with #85F94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,249,79); }

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

background-color css

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

 a { background-color: rgb(133,249,79); }

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

border-color css

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

 span { border-color: rgb(133,249,79); }

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