Html Css Color HEX #8BD63C Atlantis

📋 copy color: '#8BD63C'

red 139 ◦ green 214 ◦ blue 60

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

Shades of Atlantis #8BD63C

Tints of Atlantis #8BD63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.82%

 BLUE value IS 60 (23.83% from 255) = 14.53%

R = 33.66%
G = 51.82%
B = 14.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#8BD63C (or 0x8BD63C) is known color: Atlantis. HEX triplet: 8B, D6 and 3C. RGB value is (139,214,60). Sum of RGB (Red+Green+Blue) = 139+214+60=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD63C is #7429C3. Grayscale: #AEAEAE. Windows color (decimal): -7612868 or 3987083. OLE color: 3987083.

HSL color Cylindrical-coordinate representation of color #8BD63C: hue angle of 89.22º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BD63C is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 60 -
CMYK 0.35 0 0.72 0.16
HSL 89.22º 0.65% 0.54% -
HSV(B) 89.22º 0.72% 0.84% -
XYZ 35.51 53.91 12.81 -
YUV 174.02 63.65 103.02 -
System Red Green Blue C M Y K H S L
Decimal 139 214 60 0.35 0 0.72 0.16 89.22 0.65 0.54
Hex 8B D6 3C 23 0 48 10 59 41 36
Octal 213 326 74 43 0 110 20 131 101 66
Binary 10001011 11010110 111100 100011 0 1001000 10000 1011001 1000001 110110

Color Harmonies of #8BD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD63C

Black with #8BD63C

Text Example


Text Example

White with #8BD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,60); }

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

background-color css

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

 a { background-color: rgb(139,214,60); }

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

border-color css

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

 span { border-color: rgb(139,214,60); }

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