Html Css Color HEX #85FE6B Screamin' Green

📋 copy color: '#85FE6B'

red 133 ◦ green 254 ◦ blue 107

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

Shades of Screamin' Green #85FE6B

Tints of Screamin' Green #85FE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 26.92%
G = 51.42%
B = 21.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#85FE6B (or 0x85FE6B) is known color: Screamin' Green. HEX triplet: 85, FE and 6B. RGB value is (133,254,107). Sum of RGB (Red+Green+Blue) = 133+254+107=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE6B is #7A0194. Grayscale: #C9C9C9. Windows color (decimal): -7995797 or 7077509. OLE color: 7077509.

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

Color convert

RGB 133 254 107 -
CMYK 0.48 0 0.58 0.00
HSL 109.39º 0.99% 0.71% -
HSV(B) 109.39º 0.58% 1% -
XYZ 47.77 76.93 26.24 -
YUV 201.06 74.91 79.45 -
System Red Green Blue C M Y K H S L
Decimal 133 254 107 0.48 0 0.58 0.00 109.39 0.99 0.71
Hex 85 FE 6B 30 0 3A 0 6D 63 47
Octal 205 376 153 60 0 72 0 155 143 107
Binary 10000101 11111110 1101011 110000 0 111010 0 1101101 1100011 1000111

Color Harmonies of #85FE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE6B

Black with #85FE6B

Text Example


Text Example

White with #85FE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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