Html Css Color HEX #85F863 Screamin' Green

📋 copy color: '#85F863'

red 133 ◦ green 248 ◦ blue 99

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

Shades of Screamin' Green #85F863

Tints of Screamin' Green #85F863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.63%

R = 27.71%
G = 51.67%
B = 20.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#85F863 (or 0x85F863) is known color: Screamin' Green. HEX triplet: 85, F8 and 63. RGB value is (133,248,99). Sum of RGB (Red+Green+Blue) = 133+248+99=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #85F863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F863 is #7A079C. Grayscale: #C5C5C5. Windows color (decimal): -7997341 or 6551685. OLE color: 6551685.

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

Color convert

RGB 133 248 99 -
CMYK 0.46 0 0.60 0.03
HSL 106.31º 0.91% 0.68% -
HSV(B) 106.31º 0.6% 0.97% -
XYZ 45.49 73.02 23.5 -
YUV 196.63 72.9 82.62 -
System Red Green Blue C M Y K H S L
Decimal 133 248 99 0.46 0 0.60 0.03 106.31 0.91 0.68
Hex 85 F8 63 2E 0 3C 3 6A 5B 44
Octal 205 370 143 56 0 74 3 152 133 104
Binary 10000101 11111000 1100011 101110 0 111100 11 1101010 1011011 1000100

Color Harmonies of #85F863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F863

Black with #85F863

Text Example


Text Example

White with #85F863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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