Html Css Color HEX #85F152 Screamin' Green

📋 copy color: '#85F152'

red 133 ◦ green 241 ◦ blue 82

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

Shades of Screamin' Green #85F152

Tints of Screamin' Green #85F152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.98%

R = 29.17%
G = 52.85%
B = 17.98%

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

#85F152 (or 0x85F152) is known color: Screamin' Green. HEX triplet: 85, F1 and 52. RGB value is (133,241,82). Sum of RGB (Red+Green+Blue) = 133+241+82=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #85F152 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F152 is #7A0EAD. Grayscale: #BFBFBF. Windows color (decimal): -7999150 or 5435781. OLE color: 5435781.

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

Color convert

RGB 133 241 82 -
CMYK 0.45 0 0.66 0.05
HSL 100.75º 0.85% 0.63% -
HSV(B) 100.75º 0.66% 0.95% -
XYZ 42.65 68.51 18.96 -
YUV 190.58 66.72 86.93 -
System Red Green Blue C M Y K H S L
Decimal 133 241 82 0.45 0 0.66 0.05 100.75 0.85 0.63
Hex 85 F1 52 2D 0 42 5 65 55 3F
Octal 205 361 122 55 0 102 5 145 125 77
Binary 10000101 11110001 1010010 101101 0 1000010 101 1100101 1010101 111111

Color Harmonies of #85F152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F152

Black with #85F152

Text Example


Text Example

White with #85F152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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