Html Css Color HEX #85FC4C Screamin' Green

📋 copy color: '#85FC4C'

red 133 ◦ green 252 ◦ blue 76

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

Shades of Screamin' Green #85FC4C

Tints of Screamin' Green #85FC4C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.66%

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

R = 28.85%
G = 54.66%
B = 16.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#85FC4C (or 0x85FC4C) is known color: Screamin' Green. HEX triplet: 85, FC and 4C. RGB value is (133,252,76). Sum of RGB (Red+Green+Blue) = 133+252+76=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FC4C is #7A03B3. Grayscale: #C4C4C4. Windows color (decimal): -7996340 or 5045381. OLE color: 5045381.

HSL color Cylindrical-coordinate representation of color #85FC4C: hue angle of 100.57º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85FC4C is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 76 -
CMYK 0.47 0 0.70 0.01
HSL 100.57º 0.97% 0.64% -
HSV(B) 100.57º 0.7% 0.99% -
XYZ 45.79 75.13 18.93 -
YUV 196.36 60.08 82.81 -
System Red Green Blue C M Y K H S L
Decimal 133 252 76 0.47 0 0.70 0.01 100.57 0.97 0.64
Hex 85 FC 4C 2F 0 46 1 65 61 40
Octal 205 374 114 57 0 106 1 145 141 100
Binary 10000101 11111100 1001100 101111 0 1000110 1 1100101 1100001 1000000

Color Harmonies of #85FC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FC4C

Black with #85FC4C

Text Example


Text Example

White with #85FC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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