Html Css Color HEX #85FA27 Chartreuse

📋 copy color: '#85FA27'

red 133 ◦ green 250 ◦ blue 39

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

Shades of Chartreuse #85FA27

Tints of Chartreuse #85FA27

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.24%

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 31.52%
G = 59.24%
B = 9.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#85FA27 (or 0x85FA27) is known color: Chartreuse. HEX triplet: 85, FA and 27. RGB value is (133,250,39). Sum of RGB (Red+Green+Blue) = 133+250+39=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FA27 is #7A05D8. Grayscale: #BFBFBF. Windows color (decimal): -7996889 or 2620037. OLE color: 2620037.

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

Color convert

RGB 133 250 39 -
CMYK 0.47 0 0.84 0.02
HSL 93.27º 0.95% 0.57% -
HSV(B) 93.27º 0.84% 0.98% -
XYZ 44.22 73.5 13.78 -
YUV 190.96 42.24 86.66 -
System Red Green Blue C M Y K H S L
Decimal 133 250 39 0.47 0 0.84 0.02 93.27 0.95 0.57
Hex 85 FA 27 2F 0 54 2 5D 5F 39
Octal 205 372 47 57 0 124 2 135 137 71
Binary 10000101 11111010 100111 101111 0 1010100 10 1011101 1011111 111001

Color Harmonies of #85FA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA27

Black with #85FA27

Text Example


Text Example

White with #85FA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,250,39); }

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

background-color css

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

 a { background-color: rgb(133,250,39); }

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

border-color css

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

 span { border-color: rgb(133,250,39); }

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