Html Css Color HEX #85FA51 Screamin' Green

📋 copy color: '#85FA51'

red 133 ◦ green 250 ◦ blue 81

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

Shades of Screamin' Green #85FA51

Tints of Screamin' Green #85FA51

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.88%

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

R = 28.66%
G = 53.88%
B = 17.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#85FA51 (or 0x85FA51) is known color: Screamin' Green. HEX triplet: 85, FA and 51. RGB value is (133,250,81). Sum of RGB (Red+Green+Blue) = 133+250+81=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA51 is #7A05AE. Grayscale: #C4C4C4. Windows color (decimal): -7996847 or 5372549. OLE color: 5372549.

HSL color Cylindrical-coordinate representation of color #85FA51: hue angle of 101.54º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85FA51 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 81 -
CMYK 0.47 0 0.68 0.02
HSL 101.54º 0.94% 0.65% -
HSV(B) 101.54º 0.68% 0.98% -
XYZ 45.34 73.95 19.67 -
YUV 195.75 63.24 83.24 -
System Red Green Blue C M Y K H S L
Decimal 133 250 81 0.47 0 0.68 0.02 101.54 0.94 0.65
Hex 85 FA 51 2F 0 44 2 66 5E 41
Octal 205 372 121 57 0 104 2 146 136 101
Binary 10000101 11111010 1010001 101111 0 1000100 10 1100110 1011110 1000001

Color Harmonies of #85FA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA51

Black with #85FA51

Text Example


Text Example

White with #85FA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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