Html Css Color HEX #85E68C Light Green

📋 copy color: '#85E68C'

red 133 ◦ green 230 ◦ blue 140

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

Shades of Light Green #85E68C

Tints of Light Green #85E68C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.73%

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

R = 26.44%
G = 45.73%
B = 27.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#85E68C (or 0x85E68C) is known color: Light Green. HEX triplet: 85, E6 and 8C. RGB value is (133,230,140). Sum of RGB (Red+Green+Blue) = 133+230+140=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #85E68C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E68C is #7A1973. Grayscale: #BFBFBF. Windows color (decimal): -8001908 or 9234053. OLE color: 9234053.

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

Color convert

RGB 133 230 140 -
CMYK 0.42 0 0.39 0.10
HSL 124.33º 0.66% 0.71% -
HSV(B) 124.33º 0.42% 0.9% -
XYZ 42.7 63.47 34.81 -
YUV 190.74 99.36 86.82 -
System Red Green Blue C M Y K H S L
Decimal 133 230 140 0.42 0 0.39 0.10 124.33 0.66 0.71
Hex 85 E6 8C 2A 0 27 A 7C 42 47
Octal 205 346 214 52 0 47 12 174 102 107
Binary 10000101 11100110 10001100 101010 0 100111 1010 1111100 1000010 1000111

Color Harmonies of #85E68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E68C

Black with #85E68C

Text Example


Text Example

White with #85E68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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