Html Css Color HEX #85FF1B Chartreuse

📋 copy color: '#85FF1B'

red 133 ◦ green 255 ◦ blue 27

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

Shades of Chartreuse #85FF1B

Tints of Chartreuse #85FF1B

RGB

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

 GREEN value IS 255 (100% from 255) = 61.45%

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

R = 32.05%
G = 61.45%
B = 6.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#85FF1B (or 0x85FF1B) is known color: Chartreuse. HEX triplet: 85, FF and 1B. RGB value is (133,255,27). Sum of RGB (Red+Green+Blue) = 133+255+27=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF1B is #7A00E4. Grayscale: #C1C1C1. Windows color (decimal): -7995621 or 1834885. OLE color: 1834885.

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

Color convert

RGB 133 255 27 -
CMYK 0.48 0 0.89 0
HSL 92.11º 1% 0.55% -
HSV(B) 92.11º 0.89% 1% -
XYZ 45.63 76.59 13.41 -
YUV 192.53 34.58 85.54 -
System Red Green Blue C M Y K H S L
Decimal 133 255 27 0.48 0 0.89 0 92.11 1 0.55
Hex 85 FF 1B 30 0 59 0 5C 64 37
Octal 205 377 33 60 0 131 0 134 144 67
Binary 10000101 11111111 11011 110000 0 1011001 0 1011100 1100100 110111

Color Harmonies of #85FF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF1B

Black with #85FF1B

Text Example


Text Example

White with #85FF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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