Html Css Color HEX #85FB1B Chartreuse

📋 copy color: '#85FB1B'

red 133 ◦ green 251 ◦ blue 27

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

Shades of Chartreuse #85FB1B

Tints of Chartreuse #85FB1B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 61.07%

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

R = 32.36%
G = 61.07%
B = 6.57%

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

#85FB1B (or 0x85FB1B) is known color: Chartreuse. HEX triplet: 85, FB and 1B. RGB value is (133,251,27). Sum of RGB (Red+Green+Blue) = 133+251+27=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB1B is #7A04E4. Grayscale: #BEBEBE. Windows color (decimal): -7996645 or 1833861. OLE color: 1833861.

HSL color Cylindrical-coordinate representation of color #85FB1B: hue angle of 91.61º degrees, saturation: 0.97, 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 #85FB1B is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 251 27 -
CMYK 0.47 0 0.89 0.02
HSL 91.61º 0.97% 0.55% -
HSV(B) 91.61º 0.89% 0.98% -
XYZ 44.37 74.06 12.99 -
YUV 190.18 35.91 87.21 -
System Red Green Blue C M Y K H S L
Decimal 133 251 27 0.47 0 0.89 0.02 91.61 0.97 0.55
Hex 85 FB 1B 2F 0 59 2 5C 61 37
Octal 205 373 33 57 0 131 2 134 141 67
Binary 10000101 11111011 11011 101111 0 1011001 10 1011100 1100001 110111

Color Harmonies of #85FB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB1B

Black with #85FB1B

Text Example


Text Example

White with #85FB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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