Html Css Color HEX #8BCF47 Atlantis

📋 copy color: '#8BCF47'

red 139 ◦ green 207 ◦ blue 71

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

Shades of Atlantis #8BCF47

Tints of Atlantis #8BCF47

RGB

 RED value IS 139 (54.69% from 255) = 33.33%

 GREEN value IS 207 (81.25% from 255) = 49.64%

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

R = 33.33%
G = 49.64%
B = 17.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#8BCF47 (or 0x8BCF47) is known color: Atlantis. HEX triplet: 8B, CF and 47. RGB value is (139,207,71). Sum of RGB (Red+Green+Blue) = 139+207+71=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCF47 is #7430B8. Grayscale: #ABABAB. Windows color (decimal): -7614649 or 4706187. OLE color: 4706187.

HSL color Cylindrical-coordinate representation of color #8BCF47: hue angle of 90º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BCF47 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 207 71 -
CMYK 0.33 0 0.66 0.19
HSL 90º 0.59% 0.55% -
HSV(B) 90º 0.66% 0.81% -
XYZ 34.1 50.57 13.93 -
YUV 171.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 139 207 71 0.33 0 0.66 0.19 90 0.59 0.55
Hex 8B CF 47 21 0 42 13 5A 3B 37
Octal 213 317 107 41 0 102 23 132 73 67
Binary 10001011 11001111 1000111 100001 0 1000010 10011 1011010 111011 110111

Color Harmonies of #8BCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCF47

Black with #8BCF47

Text Example


Text Example

White with #8BCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,207,71); }

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

background-color css

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

 a { background-color: rgb(139,207,71); }

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

border-color css

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

 span { border-color: rgb(139,207,71); }

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