Html Css Color HEX #85F44C Screamin' Green

📋 copy color: '#85F44C'

red 133 ◦ green 244 ◦ blue 76

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

Shades of Screamin' Green #85F44C

Tints of Screamin' Green #85F44C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.86%

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

R = 29.36%
G = 53.86%
B = 16.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#85F44C (or 0x85F44C) is known color: Screamin' Green. HEX triplet: 85, F4 and 4C. RGB value is (133,244,76). Sum of RGB (Red+Green+Blue) = 133+244+76=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #85F44C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F44C is #7A0BB3. Grayscale: #C0C0C0. Windows color (decimal): -7998388 or 5043333. OLE color: 5043333.

HSL color Cylindrical-coordinate representation of color #85F44C: hue angle of 99.64º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85F44C is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 244 76 -
CMYK 0.45 0 0.69 0.04
HSL 99.64º 0.88% 0.63% -
HSV(B) 99.64º 0.69% 0.96% -
XYZ 43.33 70.21 18.11 -
YUV 191.66 62.73 86.16 -
System Red Green Blue C M Y K H S L
Decimal 133 244 76 0.45 0 0.69 0.04 99.64 0.88 0.63
Hex 85 F4 4C 2D 0 45 4 64 58 3F
Octal 205 364 114 55 0 105 4 144 130 77
Binary 10000101 11110100 1001100 101101 0 1000101 100 1100100 1011000 111111

Color Harmonies of #85F44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F44C

Black with #85F44C

Text Example


Text Example

White with #85F44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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