Html Css Color HEX #85F450 Screamin' Green

📋 copy color: '#85F450'

red 133 ◦ green 244 ◦ blue 80

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

Shades of Screamin' Green #85F450

Tints of Screamin' Green #85F450

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.39%

 BLUE value IS 80 (31.64% from 255) = 17.51%

R = 29.1%
G = 53.39%
B = 17.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#85F450 (or 0x85F450) is known color: Screamin' Green. HEX triplet: 85, F4 and 50. RGB value is (133,244,80). Sum of RGB (Red+Green+Blue) = 133+244+80=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #85F450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F450 is #7A0BAF. Grayscale: #C0C0C0. Windows color (decimal): -7998384 or 5305477. OLE color: 5305477.

HSL color Cylindrical-coordinate representation of color #85F450: hue angle of 100.61º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85F450 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 244 80 -
CMYK 0.45 0 0.67 0.04
HSL 100.61º 0.88% 0.64% -
HSV(B) 100.61º 0.67% 0.96% -
XYZ 43.47 70.27 18.86 -
YUV 192.12 64.73 85.84 -
System Red Green Blue C M Y K H S L
Decimal 133 244 80 0.45 0 0.67 0.04 100.61 0.88 0.64
Hex 85 F4 50 2D 0 43 4 65 58 40
Octal 205 364 120 55 0 103 4 145 130 100
Binary 10000101 11110100 1010000 101101 0 1000011 100 1100101 1011000 1000000

Color Harmonies of #85F450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F450

Black with #85F450

Text Example


Text Example

White with #85F450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,244,80); }

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

background-color css

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

 a { background-color: rgb(133,244,80); }

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

border-color css

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

 span { border-color: rgb(133,244,80); }

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