Html Css Color HEX #8CBF47 Atlantis

📋 copy color: '#8CBF47'

red 140 ◦ green 191 ◦ blue 71

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

Shades of Atlantis #8CBF47

Tints of Atlantis #8CBF47

RGB

 RED value IS 140 (55.08% from 255) = 34.83%

 GREEN value IS 191 (75% from 255) = 47.51%

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 34.83%
G = 47.51%
B = 17.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#8CBF47 (or 0x8CBF47) is known color: Atlantis. HEX triplet: 8C, BF and 47. RGB value is (140,191,71). Sum of RGB (Red+Green+Blue) = 140+191+71=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBF47 is #7340B8. Grayscale: #A2A2A2. Windows color (decimal): -7553209 or 4702092. OLE color: 4702092.

HSL color Cylindrical-coordinate representation of color #8CBF47: hue angle of 85.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CBF47 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 191 71 -
CMYK 0.27 0 0.63 0.25
HSL 85.5º 0.48% 0.51% -
HSV(B) 85.5º 0.63% 0.75% -
XYZ 30.58 43.29 12.71 -
YUV 162.07 76.6 112.26 -
System Red Green Blue C M Y K H S L
Decimal 140 191 71 0.27 0 0.63 0.25 85.5 0.48 0.51
Hex 8C BF 47 1B 0 3F 19 56 30 33
Octal 214 277 107 33 0 77 31 126 60 63
Binary 10001100 10111111 1000111 11011 0 111111 11001 1010110 110000 110011

Color Harmonies of #8CBF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF47

Black with #8CBF47

Text Example


Text Example

White with #8CBF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,71); }

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

background-color css

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

 a { background-color: rgb(140,191,71); }

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

border-color css

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

 span { border-color: rgb(140,191,71); }

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