Html Css Color HEX #85FD26 Chartreuse

📋 copy color: '#85FD26'

red 133 ◦ green 253 ◦ blue 38

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

Shades of Chartreuse #85FD26

Tints of Chartreuse #85FD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.96%

R = 31.37%
G = 59.67%
B = 8.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#85FD26 (or 0x85FD26) is known color: Chartreuse. HEX triplet: 85, FD and 26. RGB value is (133,253,38). Sum of RGB (Red+Green+Blue) = 133+253+38=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 253 (99.22% from 255 or 59.67% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FD26 is #7A02D9. Grayscale: #C1C1C1. Windows color (decimal): -7996122 or 2555269. OLE color: 2555269.

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

Color convert

RGB 133 253 38 -
CMYK 0.47 0 0.85 0.01
HSL 93.49º 0.98% 0.57% -
HSV(B) 93.49º 0.85% 0.99% -
XYZ 45.15 75.38 14 -
YUV 192.61 40.74 85.48 -
System Red Green Blue C M Y K H S L
Decimal 133 253 38 0.47 0 0.85 0.01 93.49 0.98 0.57
Hex 85 FD 26 2F 0 55 1 5D 62 39
Octal 205 375 46 57 0 125 1 135 142 71
Binary 10000101 11111101 100110 101111 0 1010101 1 1011101 1100010 111001

Color Harmonies of #85FD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FD26

Black with #85FD26

Text Example


Text Example

White with #85FD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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