Html Css Color HEX #85FE25 Chartreuse

📋 copy color: '#85FE25'

red 133 ◦ green 254 ◦ blue 37

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

Shades of Chartreuse #85FE25

Tints of Chartreuse #85FE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.73%

R = 31.37%
G = 59.91%
B = 8.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#85FE25 (or 0x85FE25) is known color: Chartreuse. HEX triplet: 85, FE and 25. RGB value is (133,254,37). Sum of RGB (Red+Green+Blue) = 133+254+37=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE25 is #7A01DA. Grayscale: #C1C1C1. Windows color (decimal): -7995867 or 2489989. OLE color: 2489989.

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

Color convert

RGB 133 254 37 -
CMYK 0.48 0 0.85 0.00
HSL 93.46º 0.99% 0.57% -
HSV(B) 93.46º 0.85% 1% -
XYZ 45.45 76 14.03 -
YUV 193.08 39.91 85.14 -
System Red Green Blue C M Y K H S L
Decimal 133 254 37 0.48 0 0.85 0.00 93.46 0.99 0.57
Hex 85 FE 25 30 0 55 0 5D 63 39
Octal 205 376 45 60 0 125 0 135 143 71
Binary 10000101 11111110 100101 110000 0 1010101 0 1011101 1100011 111001

Color Harmonies of #85FE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE25

Black with #85FE25

Text Example


Text Example

White with #85FE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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