Html Css Color HEX #85F911 Chartreuse

📋 copy color: '#85F911'

red 133 ◦ green 249 ◦ blue 17

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

Shades of Chartreuse #85F911

Tints of Chartreuse #85F911

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.41%

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 33.33%
G = 62.41%
B = 4.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#85F911 (or 0x85F911) is known color: Chartreuse. HEX triplet: 85, F9 and 11. RGB value is (133,249,17). Sum of RGB (Red+Green+Blue) = 133+249+17=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #85F911 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F911 is #7A06EE. Grayscale: #BCBCBC. Windows color (decimal): -7997167 or 1177989. OLE color: 1177989.

HSL color Cylindrical-coordinate representation of color #85F911: hue angle of 90º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85F911 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 249 17 -
CMYK 0.47 0 0.93 0.02
HSL 90º 0.95% 0.52% -
HSV(B) 90º 0.93% 0.98% -
XYZ 43.65 72.78 12.28 -
YUV 187.87 31.57 88.86 -
System Red Green Blue C M Y K H S L
Decimal 133 249 17 0.47 0 0.93 0.02 90 0.95 0.52
Hex 85 F9 11 2F 0 5D 2 5A 5F 34
Octal 205 371 21 57 0 135 2 132 137 64
Binary 10000101 11111001 10001 101111 0 1011101 10 1011010 1011111 110100

Color Harmonies of #85F911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F911

Black with #85F911

Text Example


Text Example

White with #85F911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,249,17); }

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

background-color css

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

 a { background-color: rgb(133,249,17); }

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

border-color css

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

 span { border-color: rgb(133,249,17); }

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