Html Css Color HEX #85F31B Lawn Green

📋 copy color: '#85F31B'

red 133 ◦ green 243 ◦ blue 27

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

Shades of Lawn Green #85F31B

Tints of Lawn Green #85F31B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 60.3%

 BLUE value IS 27 (10.94% from 255) = 6.7%

R = 33%
G = 60.3%
B = 6.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#85F31B (or 0x85F31B) is known color: Lawn Green. HEX triplet: 85, F3 and 1B. RGB value is (133,243,27). Sum of RGB (Red+Green+Blue) = 133+243+27=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 243 (95.31% from 255 or 60.30% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 243 - color contains mainly: green. Hex color #85F31B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F31B is #7A0CE4. Grayscale: #BABABA. Windows color (decimal): -7998693 or 1831813. OLE color: 1831813.

HSL color Cylindrical-coordinate representation of color #85F31B: hue angle of 90.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85F31B is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 243 27 -
CMYK 0.45 0 0.89 0.05
HSL 90.56º 0.9% 0.53% -
HSV(B) 90.56º 0.89% 0.95% -
XYZ 41.92 69.17 12.18 -
YUV 185.49 38.56 90.56 -
System Red Green Blue C M Y K H S L
Decimal 133 243 27 0.45 0 0.89 0.05 90.56 0.9 0.53
Hex 85 F3 1B 2D 0 59 5 5B 5A 35
Octal 205 363 33 55 0 131 5 133 132 65
Binary 10000101 11110011 11011 101101 0 1011001 101 1011011 1011010 110101

Color Harmonies of #85F31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F31B

Black with #85F31B

Text Example


Text Example

White with #85F31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,243,27); }

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

background-color css

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

 a { background-color: rgb(133,243,27); }

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

border-color css

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

 span { border-color: rgb(133,243,27); }

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