Html Css Color HEX #85FA13 Chartreuse

📋 copy color: '#85FA13'

red 133 ◦ green 250 ◦ blue 19

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

Shades of Chartreuse #85FA13

Tints of Chartreuse #85FA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 33.08%
G = 62.19%
B = 4.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#85FA13 (or 0x85FA13) is known color: Chartreuse. HEX triplet: 85, FA and 13. RGB value is (133,250,19). Sum of RGB (Red+Green+Blue) = 133+250+19=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA13 is #7A05EC. Grayscale: #BDBDBD. Windows color (decimal): -7996909 or 1309317. OLE color: 1309317.

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

Color convert

RGB 133 250 19 -
CMYK 0.47 0 0.92 0.02
HSL 90.39º 0.96% 0.53% -
HSV(B) 90.39º 0.92% 0.98% -
XYZ 43.98 73.4 12.47 -
YUV 188.68 32.24 88.28 -
System Red Green Blue C M Y K H S L
Decimal 133 250 19 0.47 0 0.92 0.02 90.39 0.96 0.53
Hex 85 FA 13 2F 0 5C 2 5A 60 35
Octal 205 372 23 57 0 134 2 132 140 65
Binary 10000101 11111010 10011 101111 0 1011100 10 1011010 1100000 110101

Color Harmonies of #85FA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA13

Black with #85FA13

Text Example


Text Example

White with #85FA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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