Html Css Color HEX #85FD2A Chartreuse

📋 copy color: '#85FD2A'

red 133 ◦ green 253 ◦ blue 42

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

Shades of Chartreuse #85FD2A

Tints of Chartreuse #85FD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 31.07%
G = 59.11%
B = 9.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#85FD2A (or 0x85FD2A) is known color: Chartreuse. HEX triplet: 85, FD and 2A. RGB value is (133,253,42). Sum of RGB (Red+Green+Blue) = 133+253+42=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FD2A is #7A02D5. Grayscale: #C1C1C1. Windows color (decimal): -7996118 or 2817413. OLE color: 2817413.

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

Color convert

RGB 133 253 42 -
CMYK 0.47 0 0.83 0.01
HSL 94.12º 0.98% 0.58% -
HSV(B) 94.12º 0.83% 0.99% -
XYZ 45.22 75.4 14.36 -
YUV 193.07 42.74 85.16 -
System Red Green Blue C M Y K H S L
Decimal 133 253 42 0.47 0 0.83 0.01 94.12 0.98 0.58
Hex 85 FD 2A 2F 0 53 1 5E 62 3A
Octal 205 375 52 57 0 123 1 136 142 72
Binary 10000101 11111101 101010 101111 0 1010011 1 1011110 1100010 111010

Color Harmonies of #85FD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FD2A

Black with #85FD2A

Text Example


Text Example

White with #85FD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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