Html Css Color HEX #85FE06 Chartreuse

📋 copy color: '#85FE06'

red 133 ◦ green 254 ◦ blue 6

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

Shades of Chartreuse #85FE06

Tints of Chartreuse #85FE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 33.84%
G = 64.63%
B = 1.53%

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

#85FE06 (or 0x85FE06) is known color: Chartreuse. HEX triplet: 85, FE and 06. RGB value is (133,254,6). Sum of RGB (Red+Green+Blue) = 133+254+6=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FE06 is #7A01F9. Grayscale: #BEBEBE. Windows color (decimal): -7995898 or 458373. OLE color: 458373.

HSL color Cylindrical-coordinate representation of color #85FE06: hue angle of 89.27º 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 #85FE06 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 254 6 -
CMYK 0.48 0 0.98 0.00
HSL 89.27º 0.99% 0.51% -
HSV(B) 89.27º 0.98% 1% -
XYZ 45.15 75.88 12.44 -
YUV 189.55 24.41 87.67 -
System Red Green Blue C M Y K H S L
Decimal 133 254 6 0.48 0 0.98 0.00 89.27 0.99 0.51
Hex 85 FE 6 30 0 62 0 59 63 33
Octal 205 376 6 60 0 142 0 131 143 63
Binary 10000101 11111110 110 110000 0 1100010 0 1011001 1100011 110011

Color Harmonies of #85FE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE06

Black with #85FE06

Text Example


Text Example

White with #85FE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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