Html Css Color HEX #85E78D Light Green

📋 copy color: '#85E78D'

red 133 ◦ green 231 ◦ blue 141

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

Shades of Light Green #85E78D

Tints of Light Green #85E78D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.74%

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 26.34%
G = 45.74%
B = 27.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#85E78D (or 0x85E78D) is known color: Light Green. HEX triplet: 85, E7 and 8D. RGB value is (133,231,141). Sum of RGB (Red+Green+Blue) = 133+231+141=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #85E78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E78D is #7A1872. Grayscale: #BFBFBF. Windows color (decimal): -8001651 or 9299845. OLE color: 9299845.

HSL color Cylindrical-coordinate representation of color #85E78D: hue angle of 124.9º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E78D is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 231 141 -
CMYK 0.42 0 0.39 0.09
HSL 124.9º 0.67% 0.71% -
HSV(B) 124.9º 0.42% 0.91% -
XYZ 43.06 64.06 35.3 -
YUV 191.44 99.53 86.32 -
System Red Green Blue C M Y K H S L
Decimal 133 231 141 0.42 0 0.39 0.09 124.9 0.67 0.71
Hex 85 E7 8D 2A 0 27 9 7D 43 47
Octal 205 347 215 52 0 47 11 175 103 107
Binary 10000101 11100111 10001101 101010 0 100111 1001 1111101 1000011 1000111

Color Harmonies of #85E78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E78D

Black with #85E78D

Text Example


Text Example

White with #85E78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,231,141); }

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

background-color css

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

 a { background-color: rgb(133,231,141); }

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

border-color css

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

 span { border-color: rgb(133,231,141); }

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