Html Css Color HEX #8CD63F Atlantis

📋 copy color: '#8CD63F'

red 140 ◦ green 214 ◦ blue 63

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

Shades of Atlantis #8CD63F

Tints of Atlantis #8CD63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.11%

R = 33.57%
G = 51.32%
B = 15.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#8CD63F (or 0x8CD63F) is known color: Atlantis. HEX triplet: 8C, D6 and 3F. RGB value is (140,214,63). Sum of RGB (Red+Green+Blue) = 140+214+63=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD63F is #7329C0. Grayscale: #AFAFAF. Windows color (decimal): -7547329 or 4183692. OLE color: 4183692.

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

Color convert

RGB 140 214 63 -
CMYK 0.35 0 0.71 0.16
HSL 89.4º 0.65% 0.54% -
HSV(B) 89.4º 0.71% 0.84% -
XYZ 35.76 54.03 13.25 -
YUV 174.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 140 214 63 0.35 0 0.71 0.16 89.4 0.65 0.54
Hex 8C D6 3F 23 0 47 10 59 41 36
Octal 214 326 77 43 0 107 20 131 101 66
Binary 10001100 11010110 111111 100011 0 1000111 10000 1011001 1000001 110110

Color Harmonies of #8CD63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD63F

Black with #8CD63F

Text Example


Text Example

White with #8CD63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,214,63); }

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

background-color css

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

 a { background-color: rgb(140,214,63); }

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

border-color css

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

 span { border-color: rgb(140,214,63); }

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