Html Css Color HEX #8DE985 Light Green

📋 copy color: '#8DE985'

red 141 ◦ green 233 ◦ blue 133

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

Shades of Light Green #8DE985

Tints of Light Green #8DE985

RGB

 RED value IS 141 (55.47% from 255) = 27.81%

 GREEN value IS 233 (91.41% from 255) = 45.96%

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 27.81%
G = 45.96%
B = 26.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#8DE985 (or 0x8DE985) is known color: Light Green. HEX triplet: 8D, E9 and 85. RGB value is (141,233,133). Sum of RGB (Red+Green+Blue) = 141+233+133=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DE985 is #72167A. Grayscale: #C2C2C2. Windows color (decimal): -7476859 or 8776077. OLE color: 8776077.

HSL color Cylindrical-coordinate representation of color #8DE985: hue angle of 115.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DE985 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 233 133 -
CMYK 0.39 0 0.43 0.09
HSL 115.2º 0.69% 0.72% -
HSV(B) 115.2º 0.43% 0.91% -
XYZ 44.36 65.63 32.52 -
YUV 194.09 93.52 90.13 -
System Red Green Blue C M Y K H S L
Decimal 141 233 133 0.39 0 0.43 0.09 115.2 0.69 0.72
Hex 8D E9 85 27 0 2B 9 73 45 48
Octal 215 351 205 47 0 53 11 163 105 110
Binary 10001101 11101001 10000101 100111 0 101011 1001 1110011 1000101 1001000

Color Harmonies of #8DE985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE985

Black with #8DE985

Text Example


Text Example

White with #8DE985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DE985; }

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

 H1.HeaderClassName
 {
   color: #8DE985;
 }
 .AnyTagClassName
 {
   color: #8DE985;
 }
</style>

background-color css

<style>
 a { background-color: #8DE985; }

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

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

border-color css

<style>
 span { border-color: #8DE985; }

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

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