Html Css Color HEX #85F426 Lawn Green

📋 copy color: '#85F426'

red 133 ◦ green 244 ◦ blue 38

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

Shades of Lawn Green #85F426

Tints of Lawn Green #85F426

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.8%

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

R = 32.05%
G = 58.8%
B = 9.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#85F426 (or 0x85F426) is known color: Lawn Green. HEX triplet: 85, F4 and 26. RGB value is (133,244,38). Sum of RGB (Red+Green+Blue) = 133+244+38=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 244 (95.70% from 255 or 58.80% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 244 - color contains mainly: green. Hex color #85F426 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F426 is #7A0BD9. Grayscale: #BCBCBC. Windows color (decimal): -7998426 or 2552965. OLE color: 2552965.

HSL color Cylindrical-coordinate representation of color #85F426: hue angle of 92.33º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85F426 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 244 38 -
CMYK 0.45 0 0.84 0.04
HSL 92.33º 0.9% 0.55% -
HSV(B) 92.33º 0.84% 0.96% -
XYZ 42.37 69.83 13.08 -
YUV 187.33 43.73 89.25 -
System Red Green Blue C M Y K H S L
Decimal 133 244 38 0.45 0 0.84 0.04 92.33 0.9 0.55
Hex 85 F4 26 2D 0 54 4 5C 5A 37
Octal 205 364 46 55 0 124 4 134 132 67
Binary 10000101 11110100 100110 101101 0 1010100 100 1011100 1011010 110111

Color Harmonies of #85F426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F426

Black with #85F426

Text Example


Text Example

White with #85F426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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