Html Css Color HEX #85F90D Chartreuse

📋 copy color: '#85F90D'

red 133 ◦ green 249 ◦ blue 13

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

Shades of Chartreuse #85F90D

Tints of Chartreuse #85F90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 33.67%
G = 63.04%
B = 3.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#85F90D (or 0x85F90D) is known color: Chartreuse. HEX triplet: 85, F9 and 0D. RGB value is (133,249,13). Sum of RGB (Red+Green+Blue) = 133+249+13=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 249 (97.66% from 255 or 63.04% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 249 - color contains mainly: green. Hex color #85F90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F90D is #7A06F2. Grayscale: #BCBCBC. Windows color (decimal): -7997171 or 915845. OLE color: 915845.

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

Color convert

RGB 133 249 13 -
CMYK 0.47 0 0.95 0.02
HSL 89.49º 0.95% 0.51% -
HSV(B) 89.49º 0.95% 0.98% -
XYZ 43.62 72.77 12.13 -
YUV 187.41 29.57 89.19 -
System Red Green Blue C M Y K H S L
Decimal 133 249 13 0.47 0 0.95 0.02 89.49 0.95 0.51
Hex 85 F9 D 2F 0 5F 2 59 5F 33
Octal 205 371 15 57 0 137 2 131 137 63
Binary 10000101 11111001 1101 101111 0 1011111 10 1011001 1011111 110011

Color Harmonies of #85F90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F90D

Black with #85F90D

Text Example


Text Example

White with #85F90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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