Html Css Color HEX #85FC12 Chartreuse

📋 copy color: '#85FC12'

red 133 ◦ green 252 ◦ blue 18

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

Shades of Chartreuse #85FC12

Tints of Chartreuse #85FC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.53%

 BLUE value IS 18 (7.42% from 255) = 4.47%

R = 33%
G = 62.53%
B = 4.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#85FC12 (or 0x85FC12) is known color: Chartreuse. HEX triplet: 85, FC and 12. RGB value is (133,252,18). Sum of RGB (Red+Green+Blue) = 133+252+18=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 252 (98.83% from 255 or 62.53% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FC12 is #7A03ED. Grayscale: #BEBEBE. Windows color (decimal): -7996398 or 1244293. OLE color: 1244293.

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

Color convert

RGB 133 252 18 -
CMYK 0.47 0 0.93 0.01
HSL 90.51º 0.98% 0.53% -
HSV(B) 90.51º 0.93% 0.99% -
XYZ 44.59 74.65 12.63 -
YUV 189.74 31.08 87.53 -
System Red Green Blue C M Y K H S L
Decimal 133 252 18 0.47 0 0.93 0.01 90.51 0.98 0.53
Hex 85 FC 12 2F 0 5D 1 5B 62 35
Octal 205 374 22 57 0 135 1 133 142 65
Binary 10000101 11111100 10010 101111 0 1011101 1 1011011 1100010 110101

Color Harmonies of #85FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FC12

Black with #85FC12

Text Example


Text Example

White with #85FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,252,18); }

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

background-color css

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

 a { background-color: rgb(133,252,18); }

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

border-color css

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

 span { border-color: rgb(133,252,18); }

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