Html Css Color HEX #85F84C Screamin' Green

📋 copy color: '#85F84C'

red 133 ◦ green 248 ◦ blue 76

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

Shades of Screamin' Green #85F84C

Tints of Screamin' Green #85F84C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.27%

 BLUE value IS 76 (30.08% from 255) = 16.63%

R = 29.1%
G = 54.27%
B = 16.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#85F84C (or 0x85F84C) is known color: Screamin' Green. HEX triplet: 85, F8 and 4C. RGB value is (133,248,76). Sum of RGB (Red+Green+Blue) = 133+248+76=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #85F84C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F84C is #7A07B3. Grayscale: #C2C2C2. Windows color (decimal): -7997364 or 5044357. OLE color: 5044357.

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

Color convert

RGB 133 248 76 -
CMYK 0.46 0 0.69 0.03
HSL 100.12º 0.92% 0.64% -
HSV(B) 100.12º 0.69% 0.97% -
XYZ 44.54 72.64 18.51 -
YUV 194.01 61.4 84.49 -
System Red Green Blue C M Y K H S L
Decimal 133 248 76 0.46 0 0.69 0.03 100.12 0.92 0.64
Hex 85 F8 4C 2E 0 45 3 64 5C 40
Octal 205 370 114 56 0 105 3 144 134 100
Binary 10000101 11111000 1001100 101110 0 1000101 11 1100100 1011100 1000000

Color Harmonies of #85F84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F84C

Black with #85F84C

Text Example


Text Example

White with #85F84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,248,76); }

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

background-color css

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

 a { background-color: rgb(133,248,76); }

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

border-color css

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

 span { border-color: rgb(133,248,76); }

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