Html Css Color HEX #85FB21 Chartreuse

📋 copy color: '#85FB21'

red 133 ◦ green 251 ◦ blue 33

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

Shades of Chartreuse #85FB21

Tints of Chartreuse #85FB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 31.89%
G = 60.19%
B = 7.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#85FB21 (or 0x85FB21) is known color: Chartreuse. HEX triplet: 85, FB and 21. RGB value is (133,251,33). Sum of RGB (Red+Green+Blue) = 133+251+33=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 251 (98.44% from 255 or 60.19% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB21 is #7A04DE. Grayscale: #BFBFBF. Windows color (decimal): -7996639 or 2227077. OLE color: 2227077.

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

Color convert

RGB 133 251 33 -
CMYK 0.47 0 0.87 0.02
HSL 92.48º 0.96% 0.56% -
HSV(B) 92.48º 0.87% 0.98% -
XYZ 44.44 74.09 13.4 -
YUV 190.87 38.91 86.73 -
System Red Green Blue C M Y K H S L
Decimal 133 251 33 0.47 0 0.87 0.02 92.48 0.96 0.56
Hex 85 FB 21 2F 0 57 2 5C 60 38
Octal 205 373 41 57 0 127 2 134 140 70
Binary 10000101 11111011 100001 101111 0 1010111 10 1011100 1100000 111000

Color Harmonies of #85FB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB21

Black with #85FB21

Text Example


Text Example

White with #85FB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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