Html Css Color HEX #87C142 Atlantis

📋 copy color: '#87C142'

red 135 ◦ green 193 ◦ blue 66

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

Shades of Atlantis #87C142

Tints of Atlantis #87C142

RGB

 RED value IS 135 (53.13% from 255) = 34.26%

 GREEN value IS 193 (75.78% from 255) = 48.98%

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 34.26%
G = 48.98%
B = 16.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#87C142 (or 0x87C142) is known color: Atlantis. HEX triplet: 87, C1 and 42. RGB value is (135,193,66). Sum of RGB (Red+Green+Blue) = 135+193+66=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #87C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C142 is #783EBD. Grayscale: #A1A1A1. Windows color (decimal): -7880382 or 4374919. OLE color: 4374919.

HSL color Cylindrical-coordinate representation of color #87C142: hue angle of 87.4º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87C142 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 193 66 -
CMYK 0.30 0 0.66 0.24
HSL 87.4º 0.51% 0.51% -
HSV(B) 87.4º 0.66% 0.76% -
XYZ 30.05 43.68 12 -
YUV 161.18 74.28 109.33 -
System Red Green Blue C M Y K H S L
Decimal 135 193 66 0.30 0 0.66 0.24 87.4 0.51 0.51
Hex 87 C1 42 1E 0 42 18 57 33 33
Octal 207 301 102 36 0 102 30 127 63 63
Binary 10000111 11000001 1000010 11110 0 1000010 11000 1010111 110011 110011

Color Harmonies of #87C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C142

Black with #87C142

Text Example


Text Example

White with #87C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87C142; }

 p { color: rgb(135,193,66); }

 H1.HeaderClassName
 {
   color: #87C142;
 }
 .AnyTagClassName
 {
   color: #87C142;
 }
</style>

background-color css

<style>
 a { background-color: #87C142; }

 a { background-color: rgb(135,193,66); }

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

border-color css

<style>
 span { border-color: #87C142; }

 span { border-color: rgb(135,193,66); }

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