Html Css Color HEX #85F153 Screamin' Green

📋 copy color: '#85F153'

red 133 ◦ green 241 ◦ blue 83

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

Shades of Screamin' Green #85F153

Tints of Screamin' Green #85F153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.16%

R = 29.1%
G = 52.74%
B = 18.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#85F153 (or 0x85F153) is known color: Screamin' Green. HEX triplet: 85, F1 and 53. RGB value is (133,241,83). Sum of RGB (Red+Green+Blue) = 133+241+83=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #85F153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F153 is #7A0EAC. Grayscale: #BFBFBF. Windows color (decimal): -7999149 or 5501317. OLE color: 5501317.

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

Color convert

RGB 133 241 83 -
CMYK 0.45 0 0.66 0.05
HSL 101.01º 0.85% 0.64% -
HSV(B) 101.01º 0.66% 0.95% -
XYZ 42.69 68.52 19.16 -
YUV 190.7 67.22 86.85 -
System Red Green Blue C M Y K H S L
Decimal 133 241 83 0.45 0 0.66 0.05 101.01 0.85 0.64
Hex 85 F1 53 2D 0 42 5 65 55 40
Octal 205 361 123 55 0 102 5 145 125 100
Binary 10000101 11110001 1010011 101101 0 1000010 101 1100101 1010101 1000000

Color Harmonies of #85F153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F153

Black with #85F153

Text Example


Text Example

White with #85F153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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