Html Css Color HEX #85FE6C Screamin' Green

📋 copy color: '#85FE6C'

red 133 ◦ green 254 ◦ blue 108

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

Shades of Screamin' Green #85FE6C

Tints of Screamin' Green #85FE6C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.31%

 BLUE value IS 108 (42.58% from 255) = 21.82%

R = 26.87%
G = 51.31%
B = 21.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#85FE6C (or 0x85FE6C) is known color: Screamin' Green. HEX triplet: 85, FE and 6C. RGB value is (133,254,108). Sum of RGB (Red+Green+Blue) = 133+254+108=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE6C is #7A0193. Grayscale: #C9C9C9. Windows color (decimal): -7995796 or 7143045. OLE color: 7143045.

HSL color Cylindrical-coordinate representation of color #85FE6C: hue angle of 109.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85FE6C is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 254 108 -
CMYK 0.48 0 0.57 0.00
HSL 109.73º 0.99% 0.71% -
HSV(B) 109.73º 0.57% 1% -
XYZ 47.82 76.95 26.52 -
YUV 201.18 75.41 79.37 -
System Red Green Blue C M Y K H S L
Decimal 133 254 108 0.48 0 0.57 0.00 109.73 0.99 0.71
Hex 85 FE 6C 30 0 39 0 6E 63 47
Octal 205 376 154 60 0 71 0 156 143 107
Binary 10000101 11111110 1101100 110000 0 111001 0 1101110 1100011 1000111

Color Harmonies of #85FE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE6C

Black with #85FE6C

Text Example


Text Example

White with #85FE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,254,108); }

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

background-color css

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

 a { background-color: rgb(133,254,108); }

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

border-color css

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

 span { border-color: rgb(133,254,108); }

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