Html Css Color HEX #85F90F Chartreuse

📋 copy color: '#85F90F'

red 133 ◦ green 249 ◦ blue 15

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

Shades of Chartreuse #85F90F

Tints of Chartreuse #85F90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.78%

R = 33.5%
G = 62.72%
B = 3.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#85F90F (or 0x85F90F) is known color: Chartreuse. HEX triplet: 85, F9 and 0F. RGB value is (133,249,15). Sum of RGB (Red+Green+Blue) = 133+249+15=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 249 (97.66% from 255 or 62.72% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 249 - color contains mainly: green. Hex color #85F90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F90F is #7A06F0. Grayscale: #BCBCBC. Windows color (decimal): -7997169 or 1046917. OLE color: 1046917.

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

Color convert

RGB 133 249 15 -
CMYK 0.47 0 0.94 0.02
HSL 89.74º 0.95% 0.52% -
HSV(B) 89.74º 0.94% 0.98% -
XYZ 43.63 72.77 12.2 -
YUV 187.64 30.57 89.03 -
System Red Green Blue C M Y K H S L
Decimal 133 249 15 0.47 0 0.94 0.02 89.74 0.95 0.52
Hex 85 F9 F 2F 0 5E 2 5A 5F 34
Octal 205 371 17 57 0 136 2 132 137 64
Binary 10000101 11111001 1111 101111 0 1011110 10 1011010 1011111 110100

Color Harmonies of #85F90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F90F

Black with #85F90F

Text Example


Text Example

White with #85F90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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