Html Css Color HEX #85F716 Chartreuse

📋 copy color: '#85F716'

red 133 ◦ green 247 ◦ blue 22

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

Shades of Chartreuse #85F716

Tints of Chartreuse #85F716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 61.44%

 BLUE value IS 22 (8.98% from 255) = 5.47%

R = 33.08%
G = 61.44%
B = 5.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#85F716 (or 0x85F716) is known color: Chartreuse. HEX triplet: 85, F7 and 16. RGB value is (133,247,22). Sum of RGB (Red+Green+Blue) = 133+247+22=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 247 (96.88% from 255 or 61.44% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 247 - color contains mainly: green. Hex color #85F716 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F716 is #7A08E9. Grayscale: #BCBCBC. Windows color (decimal): -7997674 or 1505157. OLE color: 1505157.

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

Color convert

RGB 133 247 22 -
CMYK 0.46 0 0.91 0.03
HSL 90.4º 0.93% 0.53% -
HSV(B) 90.4º 0.91% 0.97% -
XYZ 43.08 71.57 12.3 -
YUV 187.26 34.73 89.3 -
System Red Green Blue C M Y K H S L
Decimal 133 247 22 0.46 0 0.91 0.03 90.4 0.93 0.53
Hex 85 F7 16 2E 0 5B 3 5A 5D 35
Octal 205 367 26 56 0 133 3 132 135 65
Binary 10000101 11110111 10110 101110 0 1011011 11 1011010 1011101 110101

Color Harmonies of #85F716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F716

Black with #85F716

Text Example


Text Example

White with #85F716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,22); }

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

background-color css

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

 a { background-color: rgb(133,247,22); }

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

border-color css

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

 span { border-color: rgb(133,247,22); }

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