Html Css Color HEX #85F15E Screamin' Green

📋 copy color: '#85F15E'

red 133 ◦ green 241 ◦ blue 94

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

Shades of Screamin' Green #85F15E

Tints of Screamin' Green #85F15E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.5%

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 28.42%
G = 51.5%
B = 20.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#85F15E (or 0x85F15E) is known color: Screamin' Green. HEX triplet: 85, F1 and 5E. RGB value is (133,241,94). Sum of RGB (Red+Green+Blue) = 133+241+94=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #85F15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F15E is #7A0EA1. Grayscale: #C0C0C0. Windows color (decimal): -7999138 or 6222213. OLE color: 6222213.

HSL color Cylindrical-coordinate representation of color #85F15E: hue angle of 104.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85F15E is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 241 94 -
CMYK 0.45 0 0.61 0.05
HSL 104.08º 0.84% 0.66% -
HSV(B) 104.08º 0.61% 0.95% -
XYZ 43.15 68.71 21.58 -
YUV 191.95 72.72 85.95 -
System Red Green Blue C M Y K H S L
Decimal 133 241 94 0.45 0 0.61 0.05 104.08 0.84 0.66
Hex 85 F1 5E 2D 0 3D 5 68 54 42
Octal 205 361 136 55 0 75 5 150 124 102
Binary 10000101 11110001 1011110 101101 0 111101 101 1101000 1010100 1000010

Color Harmonies of #85F15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F15E

Black with #85F15E

Text Example


Text Example

White with #85F15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,241,94); }

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

background-color css

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

 a { background-color: rgb(133,241,94); }

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

border-color css

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

 span { border-color: rgb(133,241,94); }

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