Html Css Color HEX #85FD27 Chartreuse

📋 copy color: '#85FD27'

red 133 ◦ green 253 ◦ blue 39

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

Shades of Chartreuse #85FD27

Tints of Chartreuse #85FD27

RGB

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

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

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

R = 31.29%
G = 59.53%
B = 9.18%

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

#85FD27 (or 0x85FD27) is known color: Chartreuse. HEX triplet: 85, FD and 27. RGB value is (133,253,39). Sum of RGB (Red+Green+Blue) = 133+253+39=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 253 (99.22% from 255 or 59.53% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FD27 is #7A02D8. Grayscale: #C1C1C1. Windows color (decimal): -7996121 or 2620805. OLE color: 2620805.

HSL color Cylindrical-coordinate representation of color #85FD27: hue angle of 93.64º 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 #85FD27 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 253 39 -
CMYK 0.47 0 0.85 0.01
HSL 93.64º 0.98% 0.57% -
HSV(B) 93.64º 0.85% 0.99% -
XYZ 45.16 75.38 14.09 -
YUV 192.72 41.24 85.4 -
System Red Green Blue C M Y K H S L
Decimal 133 253 39 0.47 0 0.85 0.01 93.64 0.98 0.57
Hex 85 FD 27 2F 0 55 1 5E 62 39
Octal 205 375 47 57 0 125 1 136 142 71
Binary 10000101 11111101 100111 101111 0 1010101 1 1011110 1100010 111001

Color Harmonies of #85FD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FD27

Black with #85FD27

Text Example


Text Example

White with #85FD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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