Html Css Color HEX #85F583 Light Green

📋 copy color: '#85F583'

red 133 ◦ green 245 ◦ blue 131

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

Shades of Light Green #85F583

Tints of Light Green #85F583

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.13%

 BLUE value IS 131 (51.56% from 255) = 25.74%

R = 26.13%
G = 48.13%
B = 25.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#85F583 (or 0x85F583) is known color: Light Green. HEX triplet: 85, F5 and 83. RGB value is (133,245,131). Sum of RGB (Red+Green+Blue) = 133+245+131=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #85F583 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F583 is #7A0A7C. Grayscale: #C6C6C6. Windows color (decimal): -7998077 or 8648069. OLE color: 8648069.

HSL color Cylindrical-coordinate representation of color #85F583: hue angle of 118.95º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F583 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 245 131 -
CMYK 0.46 0 0.47 0.04
HSL 118.95º 0.85% 0.74% -
HSV(B) 118.95º 0.47% 0.96% -
XYZ 46.42 71.93 32.91 -
YUV 198.52 89.89 81.27 -
System Red Green Blue C M Y K H S L
Decimal 133 245 131 0.46 0 0.47 0.04 118.95 0.85 0.74
Hex 85 F5 83 2E 0 2F 4 77 55 4A
Octal 205 365 203 56 0 57 4 167 125 112
Binary 10000101 11110101 10000011 101110 0 101111 100 1110111 1010101 1001010

Color Harmonies of #85F583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F583

Black with #85F583

Text Example


Text Example

White with #85F583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,245,131); }

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

background-color css

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

 a { background-color: rgb(133,245,131); }

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

border-color css

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

 span { border-color: rgb(133,245,131); }

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