Html Css Color HEX #85FD12 Chartreuse

📋 copy color: '#85FD12'

red 133 ◦ green 253 ◦ blue 18

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

Shades of Chartreuse #85FD12

Tints of Chartreuse #85FD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 62.62%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 32.92%
G = 62.62%
B = 4.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#85FD12 (or 0x85FD12) is known color: Chartreuse. HEX triplet: 85, FD and 12. RGB value is (133,253,18). Sum of RGB (Red+Green+Blue) = 133+253+18=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 253 (99.22% from 255 or 62.62% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FD12 is #7A02ED. Grayscale: #BFBFBF. Windows color (decimal): -7996142 or 1244549. OLE color: 1244549.

HSL color Cylindrical-coordinate representation of color #85FD12: hue angle of 90.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85FD12 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 253 18 -
CMYK 0.47 0 0.93 0.01
HSL 90.64º 0.98% 0.53% -
HSV(B) 90.64º 0.93% 0.99% -
XYZ 44.91 75.28 12.74 -
YUV 190.33 30.74 87.11 -
System Red Green Blue C M Y K H S L
Decimal 133 253 18 0.47 0 0.93 0.01 90.64 0.98 0.53
Hex 85 FD 12 2F 0 5D 1 5B 62 35
Octal 205 375 22 57 0 135 1 133 142 65
Binary 10000101 11111101 10010 101111 0 1011101 1 1011011 1100010 110101

Color Harmonies of #85FD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FD12

Black with #85FD12

Text Example


Text Example

White with #85FD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,253,18); }

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

background-color css

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

 a { background-color: rgb(133,253,18); }

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

border-color css

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

 span { border-color: rgb(133,253,18); }

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