Html Css Color HEX #85F21C Lawn Green

📋 copy color: '#85F21C'

red 133 ◦ green 242 ◦ blue 28

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

Shades of Lawn Green #85F21C

Tints of Lawn Green #85F21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 33%
G = 60.05%
B = 6.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#85F21C (or 0x85F21C) is known color: Lawn Green. HEX triplet: 85, F2 and 1C. RGB value is (133,242,28). Sum of RGB (Red+Green+Blue) = 133+242+28=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #85F21C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F21C is #7A0DE3. Grayscale: #B9B9B9. Windows color (decimal): -7998948 or 1897093. OLE color: 1897093.

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

Color convert

RGB 133 242 28 -
CMYK 0.45 0 0.88 0.05
HSL 90.56º 0.89% 0.53% -
HSV(B) 90.56º 0.88% 0.95% -
XYZ 41.63 68.57 12.14 -
YUV 185.01 39.39 90.9 -
System Red Green Blue C M Y K H S L
Decimal 133 242 28 0.45 0 0.88 0.05 90.56 0.89 0.53
Hex 85 F2 1C 2D 0 58 5 5B 59 35
Octal 205 362 34 55 0 130 5 133 131 65
Binary 10000101 11110010 11100 101101 0 1011000 101 1011011 1011001 110101

Color Harmonies of #85F21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F21C

Black with #85F21C

Text Example


Text Example

White with #85F21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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