Html Css Color HEX #85F91D Chartreuse

📋 copy color: '#85F91D'

red 133 ◦ green 249 ◦ blue 29

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

Shades of Chartreuse #85F91D

Tints of Chartreuse #85F91D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 32.36%
G = 60.58%
B = 7.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#85F91D (or 0x85F91D) is known color: Chartreuse. HEX triplet: 85, F9 and 1D. RGB value is (133,249,29). Sum of RGB (Red+Green+Blue) = 133+249+29=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 249 (97.66% from 255 or 60.58% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 249 - color contains mainly: green. Hex color #85F91D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F91D is #7A06E2. Grayscale: #BEBEBE. Windows color (decimal): -7997155 or 1964421. OLE color: 1964421.

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

Color convert

RGB 133 249 29 -
CMYK 0.47 0 0.88 0.02
HSL 91.64º 0.95% 0.55% -
HSV(B) 91.64º 0.88% 0.98% -
XYZ 43.77 72.83 12.91 -
YUV 189.24 37.57 87.89 -
System Red Green Blue C M Y K H S L
Decimal 133 249 29 0.47 0 0.88 0.02 91.64 0.95 0.55
Hex 85 F9 1D 2F 0 58 2 5C 5F 37
Octal 205 371 35 57 0 130 2 134 137 67
Binary 10000101 11111001 11101 101111 0 1011000 10 1011100 1011111 110111

Color Harmonies of #85F91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F91D

Black with #85F91D

Text Example


Text Example

White with #85F91D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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