Html Css Color HEX #85F25F Screamin' Green

📋 copy color: '#85F25F'

red 133 ◦ green 242 ◦ blue 95

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

Shades of Screamin' Green #85F25F

Tints of Screamin' Green #85F25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.21%

R = 28.3%
G = 51.49%
B = 20.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#85F25F (or 0x85F25F) is known color: Screamin' Green. HEX triplet: 85, F2 and 5F. RGB value is (133,242,95). Sum of RGB (Red+Green+Blue) = 133+242+95=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #85F25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F25F is #7A0DA0. Grayscale: #C1C1C1. Windows color (decimal): -7998881 or 6288005. OLE color: 6288005.

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

Color convert

RGB 133 242 95 -
CMYK 0.45 0 0.61 0.05
HSL 104.49º 0.85% 0.66% -
HSV(B) 104.49º 0.61% 0.95% -
XYZ 43.49 69.32 21.91 -
YUV 192.65 72.89 85.45 -
System Red Green Blue C M Y K H S L
Decimal 133 242 95 0.45 0 0.61 0.05 104.49 0.85 0.66
Hex 85 F2 5F 2D 0 3D 5 68 55 42
Octal 205 362 137 55 0 75 5 150 125 102
Binary 10000101 11110010 1011111 101101 0 111101 101 1101000 1010101 1000010

Color Harmonies of #85F25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F25F

Black with #85F25F

Text Example


Text Example

White with #85F25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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