Html Css Color HEX #85F105 Lawn Green

📋 copy color: '#85F105'

red 133 ◦ green 241 ◦ blue 5

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

Shades of Lawn Green #85F105

Tints of Lawn Green #85F105

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.59%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 35.09%
G = 63.59%
B = 1.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#85F105 (or 0x85F105) is known color: Lawn Green. HEX triplet: 85, F1 and 05. RGB value is (133,241,5). Sum of RGB (Red+Green+Blue) = 133+241+5=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #85F105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F105 is #7A0EFA. Grayscale: #B6B6B6. Windows color (decimal): -7999227 or 389509. OLE color: 389509.

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

Color convert

RGB 133 241 5 -
CMYK 0.45 0 0.98 0.05
HSL 87.46º 0.96% 0.48% -
HSV(B) 87.46º 0.98% 0.95% -
XYZ 41.16 67.91 11.08 -
YUV 181.8 28.22 93.19 -
System Red Green Blue C M Y K H S L
Decimal 133 241 5 0.45 0 0.98 0.05 87.46 0.96 0.48
Hex 85 F1 5 2D 0 62 5 57 60 30
Octal 205 361 5 55 0 142 5 127 140 60
Binary 10000101 11110001 101 101101 0 1100010 101 1010111 1100000 110000

Color Harmonies of #85F105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F105

Black with #85F105

Text Example


Text Example

White with #85F105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,241,5); }

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

background-color css

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

 a { background-color: rgb(133,241,5); }

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

border-color css

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

 span { border-color: rgb(133,241,5); }

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