Html Css Color HEX #85FA5E Screamin' Green

📋 copy color: '#85FA5E'

red 133 ◦ green 250 ◦ blue 94

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

Shades of Screamin' Green #85FA5E

Tints of Screamin' Green #85FA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.71%

R = 27.88%
G = 52.41%
B = 19.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#85FA5E (or 0x85FA5E) is known color: Screamin' Green. HEX triplet: 85, FA and 5E. RGB value is (133,250,94). Sum of RGB (Red+Green+Blue) = 133+250+94=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA5E is #7A05A1. Grayscale: #C5C5C5. Windows color (decimal): -7996834 or 6224517. OLE color: 6224517.

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

Color convert

RGB 133 250 94 -
CMYK 0.47 0 0.62 0.02
HSL 105º 0.94% 0.67% -
HSV(B) 105º 0.62% 0.98% -
XYZ 45.88 74.17 22.49 -
YUV 197.23 69.74 82.18 -
System Red Green Blue C M Y K H S L
Decimal 133 250 94 0.47 0 0.62 0.02 105 0.94 0.67
Hex 85 FA 5E 2F 0 3E 2 69 5E 43
Octal 205 372 136 57 0 76 2 151 136 103
Binary 10000101 11111010 1011110 101111 0 111110 10 1101001 1011110 1000011

Color Harmonies of #85FA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA5E

Black with #85FA5E

Text Example


Text Example

White with #85FA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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