Html Css Color HEX #85F805 Chartreuse

📋 copy color: '#85F805'

red 133 ◦ green 248 ◦ blue 5

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

Shades of Chartreuse #85F805

Tints of Chartreuse #85F805

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.25%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 34.46%
G = 64.25%
B = 1.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#85F805 (or 0x85F805) is known color: Chartreuse. HEX triplet: 85, F8 and 05. RGB value is (133,248,5). Sum of RGB (Red+Green+Blue) = 133+248+5=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #85F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F805 is #7A07FA. Grayscale: #BABABA. Windows color (decimal): -7997435 or 391301. OLE color: 391301.

HSL color Cylindrical-coordinate representation of color #85F805: hue angle of 88.4º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85F805 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 248 5 -
CMYK 0.46 0 0.98 0.03
HSL 88.4º 0.96% 0.5% -
HSV(B) 88.4º 0.98% 0.97% -
XYZ 43.27 72.13 11.79 -
YUV 185.91 25.9 90.26 -
System Red Green Blue C M Y K H S L
Decimal 133 248 5 0.46 0 0.98 0.03 88.4 0.96 0.5
Hex 85 F8 5 2E 0 62 3 58 60 32
Octal 205 370 5 56 0 142 3 130 140 62
Binary 10000101 11111000 101 101110 0 1100010 11 1011000 1100000 110010

Color Harmonies of #85F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F805

Black with #85F805

Text Example


Text Example

White with #85F805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,248,5); }

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

background-color css

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

 a { background-color: rgb(133,248,5); }

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

border-color css

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

 span { border-color: rgb(133,248,5); }

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