Html Css Color HEX #85FF1D Chartreuse

📋 copy color: '#85FF1D'

red 133 ◦ green 255 ◦ blue 29

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

Shades of Chartreuse #85FF1D

Tints of Chartreuse #85FF1D

RGB

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

 GREEN value IS 255 (100% from 255) = 61.15%

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

R = 31.89%
G = 61.15%
B = 6.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#85FF1D (or 0x85FF1D) is known color: Chartreuse. HEX triplet: 85, FF and 1D. RGB value is (133,255,29). Sum of RGB (Red+Green+Blue) = 133+255+29=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF1D is #7A00E2. Grayscale: #C1C1C1. Windows color (decimal): -7995619 or 1965957. OLE color: 1965957.

HSL color Cylindrical-coordinate representation of color #85FF1D: hue angle of 92.39º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85FF1D is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 29 -
CMYK 0.48 0 0.89 0
HSL 92.39º 1% 0.56% -
HSV(B) 92.39º 0.89% 1% -
XYZ 45.65 76.6 13.54 -
YUV 192.76 35.58 85.38 -
System Red Green Blue C M Y K H S L
Decimal 133 255 29 0.48 0 0.89 0 92.39 1 0.56
Hex 85 FF 1D 30 0 59 0 5C 64 38
Octal 205 377 35 60 0 131 0 134 144 70
Binary 10000101 11111111 11101 110000 0 1011001 0 1011100 1100100 111000

Color Harmonies of #85FF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF1D

Black with #85FF1D

Text Example


Text Example

White with #85FF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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