Html Css Color HEX #85FC1B Chartreuse

📋 copy color: '#85FC1B'

red 133 ◦ green 252 ◦ blue 27

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

Shades of Chartreuse #85FC1B

Tints of Chartreuse #85FC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 32.28%
G = 61.17%
B = 6.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#85FC1B (or 0x85FC1B) is known color: Chartreuse. HEX triplet: 85, FC and 1B. RGB value is (133,252,27). Sum of RGB (Red+Green+Blue) = 133+252+27=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FC1B is #7A03E4. Grayscale: #BFBFBF. Windows color (decimal): -7996389 or 1834117. OLE color: 1834117.

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

Color convert

RGB 133 252 27 -
CMYK 0.47 0 0.89 0.01
HSL 91.73º 0.97% 0.55% -
HSV(B) 91.73º 0.89% 0.99% -
XYZ 44.68 74.69 13.1 -
YUV 190.77 35.58 86.8 -
System Red Green Blue C M Y K H S L
Decimal 133 252 27 0.47 0 0.89 0.01 91.73 0.97 0.55
Hex 85 FC 1B 2F 0 59 1 5C 61 37
Octal 205 374 33 57 0 131 1 134 141 67
Binary 10000101 11111100 11011 101111 0 1011001 1 1011100 1100001 110111

Color Harmonies of #85FC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FC1B

Black with #85FC1B

Text Example


Text Example

White with #85FC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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