Html Css Color HEX #85F920 Chartreuse

📋 copy color: '#85F920'

red 133 ◦ green 249 ◦ blue 32

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

Shades of Chartreuse #85F920

Tints of Chartreuse #85F920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.73%

R = 32.13%
G = 60.14%
B = 7.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#85F920 (or 0x85F920) is known color: Chartreuse. HEX triplet: 85, F9 and 20. RGB value is (133,249,32). Sum of RGB (Red+Green+Blue) = 133+249+32=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #85F920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F920 is #7A06DF. Grayscale: #BEBEBE. Windows color (decimal): -7997152 or 2161029. OLE color: 2161029.

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

Color convert

RGB 133 249 32 -
CMYK 0.47 0 0.87 0.02
HSL 92.07º 0.95% 0.55% -
HSV(B) 92.07º 0.87% 0.98% -
XYZ 43.81 72.84 13.12 -
YUV 189.58 39.07 87.64 -
System Red Green Blue C M Y K H S L
Decimal 133 249 32 0.47 0 0.87 0.02 92.07 0.95 0.55
Hex 85 F9 20 2F 0 57 2 5C 5F 37
Octal 205 371 40 57 0 127 2 134 137 67
Binary 10000101 11111001 100000 101111 0 1010111 10 1011100 1011111 110111

Color Harmonies of #85F920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F920

Black with #85F920

Text Example


Text Example

White with #85F920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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