Html Css Color HEX #85F251 Screamin' Green

📋 copy color: '#85F251'

red 133 ◦ green 242 ◦ blue 81

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

Shades of Screamin' Green #85F251

Tints of Screamin' Green #85F251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.76%

R = 29.17%
G = 53.07%
B = 17.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#85F251 (or 0x85F251) is known color: Screamin' Green. HEX triplet: 85, F2 and 51. RGB value is (133,242,81). Sum of RGB (Red+Green+Blue) = 133+242+81=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #85F251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F251 is #7A0DAE. Grayscale: #BFBFBF. Windows color (decimal): -7998895 or 5370501. OLE color: 5370501.

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

Color convert

RGB 133 242 81 -
CMYK 0.45 0 0.67 0.05
HSL 100.62º 0.86% 0.63% -
HSV(B) 100.62º 0.67% 0.95% -
XYZ 42.91 69.08 18.86 -
YUV 191.06 65.89 86.59 -
System Red Green Blue C M Y K H S L
Decimal 133 242 81 0.45 0 0.67 0.05 100.62 0.86 0.63
Hex 85 F2 51 2D 0 43 5 65 56 3F
Octal 205 362 121 55 0 103 5 145 126 77
Binary 10000101 11110010 1010001 101101 0 1000011 101 1100101 1010110 111111

Color Harmonies of #85F251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F251

Black with #85F251

Text Example


Text Example

White with #85F251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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