Html Css Color HEX #85F223 Lawn Green

📋 copy color: '#85F223'

red 133 ◦ green 242 ◦ blue 35

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

Shades of Lawn Green #85F223

Tints of Lawn Green #85F223

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.02%

 BLUE value IS 35 (14.06% from 255) = 8.54%

R = 32.44%
G = 59.02%
B = 8.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#85F223 (or 0x85F223) is known color: Lawn Green. HEX triplet: 85, F2 and 23. RGB value is (133,242,35). Sum of RGB (Red+Green+Blue) = 133+242+35=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #85F223 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F223 is #7A0DDC. Grayscale: #BABABA. Windows color (decimal): -7998941 or 2355845. OLE color: 2355845.

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

Color convert

RGB 133 242 35 -
CMYK 0.45 0 0.86 0.05
HSL 91.59º 0.89% 0.54% -
HSV(B) 91.59º 0.86% 0.95% -
XYZ 41.73 68.61 12.63 -
YUV 185.81 42.89 90.33 -
System Red Green Blue C M Y K H S L
Decimal 133 242 35 0.45 0 0.86 0.05 91.59 0.89 0.54
Hex 85 F2 23 2D 0 56 5 5C 59 36
Octal 205 362 43 55 0 126 5 134 131 66
Binary 10000101 11110010 100011 101101 0 1010110 101 1011100 1011001 110110

Color Harmonies of #85F223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F223

Black with #85F223

Text Example


Text Example

White with #85F223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,242,35); }

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

background-color css

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

 a { background-color: rgb(133,242,35); }

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

border-color css

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

 span { border-color: rgb(133,242,35); }

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