Html Css Color HEX #85F184 Light Green

📋 copy color: '#85F184'

red 133 ◦ green 241 ◦ blue 132

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

Shades of Light Green #85F184

Tints of Light Green #85F184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.09%

R = 26.28%
G = 47.63%
B = 26.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#85F184 (or 0x85F184) is known color: Light Green. HEX triplet: 85, F1 and 84. RGB value is (133,241,132). Sum of RGB (Red+Green+Blue) = 133+241+132=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #85F184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F184 is #7A0E7B. Grayscale: #C4C4C4. Windows color (decimal): -7999100 or 8712581. OLE color: 8712581.

HSL color Cylindrical-coordinate representation of color #85F184: hue angle of 119.45º degrees, saturation: 0.8, 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 #85F184 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 241 132 -
CMYK 0.45 0 0.45 0.05
HSL 119.45º 0.8% 0.73% -
HSV(B) 119.45º 0.45% 0.95% -
XYZ 45.29 69.56 32.87 -
YUV 196.28 91.72 82.86 -
System Red Green Blue C M Y K H S L
Decimal 133 241 132 0.45 0 0.45 0.05 119.45 0.8 0.73
Hex 85 F1 84 2D 0 2D 5 77 50 49
Octal 205 361 204 55 0 55 5 167 120 111
Binary 10000101 11110001 10000100 101101 0 101101 101 1110111 1010000 1001001

Color Harmonies of #85F184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F184

Black with #85F184

Text Example


Text Example

White with #85F184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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