Html Css Color HEX #85FE05 Chartreuse

📋 copy color: '#85FE05'

red 133 ◦ green 254 ◦ blue 5

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

Shades of Chartreuse #85FE05

Tints of Chartreuse #85FE05

RGB

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

 GREEN value IS 254 (99.61% from 255) = 64.8%

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

R = 33.93%
G = 64.8%
B = 1.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#85FE05 (or 0x85FE05) is known color: Chartreuse. HEX triplet: 85, FE and 05. RGB value is (133,254,5). Sum of RGB (Red+Green+Blue) = 133+254+5=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FE05 is #7A01FA. Grayscale: #BEBEBE. Windows color (decimal): -7995899 or 392837. OLE color: 392837.

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

Color convert

RGB 133 254 5 -
CMYK 0.48 0 0.98 0.00
HSL 89.16º 0.99% 0.51% -
HSV(B) 89.16º 0.98% 1% -
XYZ 45.14 75.88 12.41 -
YUV 189.44 23.91 87.75 -
System Red Green Blue C M Y K H S L
Decimal 133 254 5 0.48 0 0.98 0.00 89.16 0.99 0.51
Hex 85 FE 5 30 0 62 0 59 63 33
Octal 205 376 5 60 0 142 0 131 143 63
Binary 10000101 11111110 101 110000 0 1100010 0 1011001 1100011 110011

Color Harmonies of #85FE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE05

Black with #85FE05

Text Example


Text Example

White with #85FE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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