Html Css Color HEX #85F25B Screamin' Green

📋 copy color: '#85F25B'

red 133 ◦ green 242 ◦ blue 91

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

Shades of Screamin' Green #85F25B

Tints of Screamin' Green #85F25B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 91 (35.94% from 255) = 19.53%

R = 28.54%
G = 51.93%
B = 19.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#85F25B (or 0x85F25B) is known color: Screamin' Green. HEX triplet: 85, F2 and 5B. RGB value is (133,242,91). Sum of RGB (Red+Green+Blue) = 133+242+91=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #85F25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F25B is #7A0DA4. Grayscale: #C0C0C0. Windows color (decimal): -7998885 or 6025861. OLE color: 6025861.

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

Color convert

RGB 133 242 91 -
CMYK 0.45 0 0.62 0.05
HSL 103.31º 0.85% 0.65% -
HSV(B) 103.31º 0.62% 0.95% -
XYZ 43.31 69.25 20.98 -
YUV 192.2 70.89 85.78 -
System Red Green Blue C M Y K H S L
Decimal 133 242 91 0.45 0 0.62 0.05 103.31 0.85 0.65
Hex 85 F2 5B 2D 0 3E 5 67 55 41
Octal 205 362 133 55 0 76 5 147 125 101
Binary 10000101 11110010 1011011 101101 0 111110 101 1100111 1010101 1000001

Color Harmonies of #85F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F25B

Black with #85F25B

Text Example


Text Example

White with #85F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,242,91); }

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

background-color css

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

 a { background-color: rgb(133,242,91); }

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

border-color css

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

 span { border-color: rgb(133,242,91); }

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