Html Css Color HEX #85F18C Light Green

📋 copy color: '#85F18C'

red 133 ◦ green 241 ◦ blue 140

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

Shades of Light Green #85F18C

Tints of Light Green #85F18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 25.88%
G = 46.89%
B = 27.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#85F18C (or 0x85F18C) is known color: Light Green. HEX triplet: 85, F1 and 8C. RGB value is (133,241,140). Sum of RGB (Red+Green+Blue) = 133+241+140=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #85F18C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F18C is #7A0E73. Grayscale: #C5C5C5. Windows color (decimal): -7999092 or 9236869. OLE color: 9236869.

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

Color convert

RGB 133 241 140 -
CMYK 0.45 0 0.42 0.05
HSL 123.89º 0.79% 0.73% -
HSV(B) 123.89º 0.45% 0.95% -
XYZ 45.86 69.79 35.86 -
YUV 197.19 95.72 82.21 -
System Red Green Blue C M Y K H S L
Decimal 133 241 140 0.45 0 0.42 0.05 123.89 0.79 0.73
Hex 85 F1 8C 2D 0 2A 5 7C 4F 49
Octal 205 361 214 55 0 52 5 174 117 111
Binary 10000101 11110001 10001100 101101 0 101010 101 1111100 1001111 1001001

Color Harmonies of #85F18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F18C

Black with #85F18C

Text Example


Text Example

White with #85F18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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