Html Css Color HEX #85F725 Chartreuse

📋 copy color: '#85F725'

red 133 ◦ green 247 ◦ blue 37

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

Shades of Chartreuse #85F725

Tints of Chartreuse #85F725

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.23%

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

R = 31.89%
G = 59.23%
B = 8.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#85F725 (or 0x85F725) is known color: Chartreuse. HEX triplet: 85, F7 and 25. RGB value is (133,247,37). Sum of RGB (Red+Green+Blue) = 133+247+37=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 247 (96.88% from 255 or 59.23% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 247 - color contains mainly: green. Hex color #85F725 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F725 is #7A08DA. Grayscale: #BDBDBD. Windows color (decimal): -7997659 or 2488197. OLE color: 2488197.

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

Color convert

RGB 133 247 37 -
CMYK 0.46 0 0.85 0.03
HSL 92.57º 0.93% 0.56% -
HSV(B) 92.57º 0.85% 0.97% -
XYZ 43.27 71.64 13.3 -
YUV 188.97 42.23 88.08 -
System Red Green Blue C M Y K H S L
Decimal 133 247 37 0.46 0 0.85 0.03 92.57 0.93 0.56
Hex 85 F7 25 2E 0 55 3 5D 5D 38
Octal 205 367 45 56 0 125 3 135 135 70
Binary 10000101 11110111 100101 101110 0 1010101 11 1011101 1011101 111000

Color Harmonies of #85F725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F725

Black with #85F725

Text Example


Text Example

White with #85F725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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