Html Css Color HEX #85FD7A Light Green

📋 copy color: '#85FD7A'

red 133 ◦ green 253 ◦ blue 122

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

Shades of Light Green #85FD7A

Tints of Light Green #85FD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.8%

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 26.18%
G = 49.8%
B = 24.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#85FD7A (or 0x85FD7A) is known color: Light Green. HEX triplet: 85, FD and 7A. RGB value is (133,253,122). Sum of RGB (Red+Green+Blue) = 133+253+122=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FD7A is #7A0285. Grayscale: #CACACA. Windows color (decimal): -7996038 or 8060293. OLE color: 8060293.

HSL color Cylindrical-coordinate representation of color #85FD7A: hue angle of 114.96º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85FD7A is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 253 122 -
CMYK 0.47 0 0.52 0.01
HSL 114.96º 0.97% 0.74% -
HSV(B) 114.96º 0.52% 0.99% -
XYZ 48.31 76.64 30.66 -
YUV 202.19 82.74 78.65 -
System Red Green Blue C M Y K H S L
Decimal 133 253 122 0.47 0 0.52 0.01 114.96 0.97 0.74
Hex 85 FD 7A 2F 0 34 1 73 61 4A
Octal 205 375 172 57 0 64 1 163 141 112
Binary 10000101 11111101 1111010 101111 0 110100 1 1110011 1100001 1001010

Color Harmonies of #85FD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FD7A

Black with #85FD7A

Text Example


Text Example

White with #85FD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,253,122); }

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

background-color css

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

 a { background-color: rgb(133,253,122); }

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

border-color css

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

 span { border-color: rgb(133,253,122); }

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