Html Css Color HEX #85F90B Chartreuse

📋 copy color: '#85F90B'

red 133 ◦ green 249 ◦ blue 11

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

Shades of Chartreuse #85F90B

Tints of Chartreuse #85F90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.8%

R = 33.84%
G = 63.36%
B = 2.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#85F90B (or 0x85F90B) is known color: Chartreuse. HEX triplet: 85, F9 and 0B. RGB value is (133,249,11). Sum of RGB (Red+Green+Blue) = 133+249+11=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 249 (97.66% from 255 or 63.36% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 249 - color contains mainly: green. Hex color #85F90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F90B is #7A06F4. Grayscale: #BCBCBC. Windows color (decimal): -7997173 or 784773. OLE color: 784773.

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

Color convert

RGB 133 249 11 -
CMYK 0.47 0 0.96 0.02
HSL 89.24º 0.95% 0.51% -
HSV(B) 89.24º 0.96% 0.98% -
XYZ 43.61 72.76 12.06 -
YUV 187.18 28.57 89.35 -
System Red Green Blue C M Y K H S L
Decimal 133 249 11 0.47 0 0.96 0.02 89.24 0.95 0.51
Hex 85 F9 B 2F 0 60 2 59 5F 33
Octal 205 371 13 57 0 140 2 131 137 63
Binary 10000101 11111001 1011 101111 0 1100000 10 1011001 1011111 110011

Color Harmonies of #85F90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F90B

Black with #85F90B

Text Example


Text Example

White with #85F90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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