Html Css Color HEX #85F71A Chartreuse

📋 copy color: '#85F71A'

red 133 ◦ green 247 ◦ blue 26

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

Shades of Chartreuse #85F71A

Tints of Chartreuse #85F71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.4%

R = 32.76%
G = 60.84%
B = 6.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#85F71A (or 0x85F71A) is known color: Chartreuse. HEX triplet: 85, F7 and 1A. RGB value is (133,247,26). Sum of RGB (Red+Green+Blue) = 133+247+26=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 247 (96.88% from 255 or 60.84% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 247 - color contains mainly: green. Hex color #85F71A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F71A is #7A08E5. Grayscale: #BCBCBC. Windows color (decimal): -7997670 or 1767301. OLE color: 1767301.

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

Color convert

RGB 133 247 26 -
CMYK 0.46 0 0.89 0.03
HSL 90.95º 0.93% 0.54% -
HSV(B) 90.95º 0.89% 0.97% -
XYZ 43.12 71.58 12.52 -
YUV 187.72 36.73 88.97 -
System Red Green Blue C M Y K H S L
Decimal 133 247 26 0.46 0 0.89 0.03 90.95 0.93 0.54
Hex 85 F7 1A 2E 0 59 3 5B 5D 36
Octal 205 367 32 56 0 131 3 133 135 66
Binary 10000101 11110111 11010 101110 0 1011001 11 1011011 1011101 110110

Color Harmonies of #85F71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F71A

Black with #85F71A

Text Example


Text Example

White with #85F71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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