Html Css Color HEX #85F758 Screamin' Green

📋 copy color: '#85F758'

red 133 ◦ green 247 ◦ blue 88

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

Shades of Screamin' Green #85F758

Tints of Screamin' Green #85F758

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.78%

 BLUE value IS 88 (34.77% from 255) = 18.8%

R = 28.42%
G = 52.78%
B = 18.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#85F758 (or 0x85F758) is known color: Screamin' Green. HEX triplet: 85, F7 and 58. RGB value is (133,247,88). Sum of RGB (Red+Green+Blue) = 133+247+88=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #85F758 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F758 is #7A08A7. Grayscale: #C3C3C3. Windows color (decimal): -7997608 or 5830533. OLE color: 5830533.

HSL color Cylindrical-coordinate representation of color #85F758: hue angle of 103.02º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85F758 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 88 -
CMYK 0.46 0 0.64 0.03
HSL 103.02º 0.91% 0.66% -
HSV(B) 103.02º 0.64% 0.97% -
XYZ 44.7 72.21 20.82 -
YUV 194.79 67.73 83.93 -
System Red Green Blue C M Y K H S L
Decimal 133 247 88 0.46 0 0.64 0.03 103.02 0.91 0.66
Hex 85 F7 58 2E 0 40 3 67 5B 42
Octal 205 367 130 56 0 100 3 147 133 102
Binary 10000101 11110111 1011000 101110 0 1000000 11 1100111 1011011 1000010

Color Harmonies of #85F758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F758

Black with #85F758

Text Example


Text Example

White with #85F758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,88); }

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

background-color css

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

 a { background-color: rgb(133,247,88); }

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

border-color css

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

 span { border-color: rgb(133,247,88); }

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