Html Css Color HEX #85FA1C Chartreuse

📋 copy color: '#85FA1C'

red 133 ◦ green 250 ◦ blue 28

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

Shades of Chartreuse #85FA1C

Tints of Chartreuse #85FA1C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.83%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 32.36%
G = 60.83%
B = 6.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#85FA1C (or 0x85FA1C) is known color: Chartreuse. HEX triplet: 85, FA and 1C. RGB value is (133,250,28). Sum of RGB (Red+Green+Blue) = 133+250+28=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 250 (98.05% from 255 or 60.83% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FA1C is #7A05E3. Grayscale: #BEBEBE. Windows color (decimal): -7996900 or 1899141. OLE color: 1899141.

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

Color convert

RGB 133 250 28 -
CMYK 0.47 0 0.89 0.02
HSL 91.62º 0.96% 0.55% -
HSV(B) 91.62º 0.89% 0.98% -
XYZ 44.07 73.44 12.95 -
YUV 189.71 36.74 87.55 -
System Red Green Blue C M Y K H S L
Decimal 133 250 28 0.47 0 0.89 0.02 91.62 0.96 0.55
Hex 85 FA 1C 2F 0 59 2 5C 60 37
Octal 205 372 34 57 0 131 2 134 140 67
Binary 10000101 11111010 11100 101111 0 1011001 10 1011100 1100000 110111

Color Harmonies of #85FA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA1C

Black with #85FA1C

Text Example


Text Example

White with #85FA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,250,28); }

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

background-color css

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

 a { background-color: rgb(133,250,28); }

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

border-color css

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

 span { border-color: rgb(133,250,28); }

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