Html Css Color HEX #85FD7C Light Green

📋 copy color: '#85FD7C'

red 133 ◦ green 253 ◦ blue 124

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

Shades of Light Green #85FD7C

Tints of Light Green #85FD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 26.08%
G = 49.61%
B = 24.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#85FD7C (or 0x85FD7C) is known color: Light Green. HEX triplet: 85, FD and 7C. RGB value is (133,253,124). Sum of RGB (Red+Green+Blue) = 133+253+124=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FD7C is #7A0283. Grayscale: #CACACA. Windows color (decimal): -7996036 or 8191365. OLE color: 8191365.

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

Color convert

RGB 133 253 124 -
CMYK 0.47 0 0.51 0.01
HSL 115.81º 0.97% 0.74% -
HSV(B) 115.81º 0.51% 0.99% -
XYZ 48.44 76.69 31.32 -
YUV 202.41 83.74 78.49 -
System Red Green Blue C M Y K H S L
Decimal 133 253 124 0.47 0 0.51 0.01 115.81 0.97 0.74
Hex 85 FD 7C 2F 0 33 1 74 61 4A
Octal 205 375 174 57 0 63 1 164 141 112
Binary 10000101 11111101 1111100 101111 0 110011 1 1110100 1100001 1001010

Color Harmonies of #85FD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FD7C

Black with #85FD7C

Text Example


Text Example

White with #85FD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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