Html Css Color HEX #85F260 Screamin' Green

📋 copy color: '#85F260'

red 133 ◦ green 242 ◦ blue 96

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

Shades of Screamin' Green #85F260

Tints of Screamin' Green #85F260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 28.24%
G = 51.38%
B = 20.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#85F260 (or 0x85F260) is known color: Screamin' Green. HEX triplet: 85, F2 and 60. RGB value is (133,242,96). Sum of RGB (Red+Green+Blue) = 133+242+96=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #85F260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F260 is #7A0D9F. Grayscale: #C1C1C1. Windows color (decimal): -7998880 or 6353541. OLE color: 6353541.

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

Color convert

RGB 133 242 96 -
CMYK 0.45 0 0.60 0.05
HSL 104.79º 0.85% 0.66% -
HSV(B) 104.79º 0.6% 0.95% -
XYZ 43.54 69.34 22.15 -
YUV 192.77 73.39 85.37 -
System Red Green Blue C M Y K H S L
Decimal 133 242 96 0.45 0 0.60 0.05 104.79 0.85 0.66
Hex 85 F2 60 2D 0 3C 5 69 55 42
Octal 205 362 140 55 0 74 5 151 125 102
Binary 10000101 11110010 1100000 101101 0 111100 101 1101001 1010101 1000010

Color Harmonies of #85F260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F260

Black with #85F260

Text Example


Text Example

White with #85F260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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