Html Css Color HEX #85F905 Chartreuse

📋 copy color: '#85F905'

red 133 ◦ green 249 ◦ blue 5

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

Shades of Chartreuse #85F905

Tints of Chartreuse #85F905

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.34%

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

R = 34.37%
G = 64.34%
B = 1.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#85F905 (or 0x85F905) is known color: Chartreuse. HEX triplet: 85, F9 and 05. RGB value is (133,249,5). Sum of RGB (Red+Green+Blue) = 133+249+5=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #85F905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F905 is #7A06FA. Grayscale: #BBBBBB. Windows color (decimal): -7997179 or 391557. OLE color: 391557.

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

Color convert

RGB 133 249 5 -
CMYK 0.47 0 0.98 0.02
HSL 88.52º 0.96% 0.5% -
HSV(B) 88.52º 0.98% 0.98% -
XYZ 43.58 72.75 11.89 -
YUV 186.5 25.57 89.84 -
System Red Green Blue C M Y K H S L
Decimal 133 249 5 0.47 0 0.98 0.02 88.52 0.96 0.5
Hex 85 F9 5 2F 0 62 2 59 60 32
Octal 205 371 5 57 0 142 2 131 140 62
Binary 10000101 11111001 101 101111 0 1100010 10 1011001 1100000 110010

Color Harmonies of #85F905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F905

Black with #85F905

Text Example


Text Example

White with #85F905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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