Html Css Color HEX #85FD8C Light Green

📋 copy color: '#85FD8C'

red 133 ◦ green 253 ◦ blue 140

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

Shades of Light Green #85FD8C

Tints of Light Green #85FD8C

RGB

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

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

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

R = 25.29%
G = 48.1%
B = 26.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#85FD8C (or 0x85FD8C) is known color: Light Green. HEX triplet: 85, FD and 8C. RGB value is (133,253,140). Sum of RGB (Red+Green+Blue) = 133+253+140=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FD8C is #7A0273. Grayscale: #CCCCCC. Windows color (decimal): -7996020 or 9239941. OLE color: 9239941.

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

Color convert

RGB 133 253 140 -
CMYK 0.47 0 0.45 0.01
HSL 123.5º 0.97% 0.76% -
HSV(B) 123.5º 0.47% 0.99% -
XYZ 49.53 77.13 37.09 -
YUV 204.24 91.74 77.19 -
System Red Green Blue C M Y K H S L
Decimal 133 253 140 0.47 0 0.45 0.01 123.5 0.97 0.76
Hex 85 FD 8C 2F 0 2D 1 7C 61 4C
Octal 205 375 214 57 0 55 1 174 141 114
Binary 10000101 11111101 10001100 101111 0 101101 1 1111100 1100001 1001100

Color Harmonies of #85FD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FD8C

Black with #85FD8C

Text Example


Text Example

White with #85FD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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