Html Css Color HEX #8FCC3D Atlantis

📋 copy color: '#8FCC3D'

red 143 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #8FCC3D

Tints of Atlantis #8FCC3D

RGB

 RED value IS 143 (56.25% from 255) = 35.05%

 GREEN value IS 204 (80.08% from 255) = 50%

 BLUE value IS 61 (24.22% from 255) = 14.95%

R = 35.05%
G = 50%
B = 14.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#8FCC3D (or 0x8FCC3D) is known color: Atlantis. HEX triplet: 8F, CC and 3D. RGB value is (143,204,61). Sum of RGB (Red+Green+Blue) = 143+204+61=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC3D is #7033C2. Grayscale: #A9A9A9. Windows color (decimal): -7353283 or 4050063. OLE color: 4050063.

HSL color Cylindrical-coordinate representation of color #8FCC3D: hue angle of 85.59º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FCC3D is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 61 -
CMYK 0.30 0 0.70 0.2
HSL 85.59º 0.58% 0.52% -
HSV(B) 85.59º 0.7% 0.8% -
XYZ 33.76 49.36 12.16 -
YUV 169.46 66.79 109.13 -
System Red Green Blue C M Y K H S L
Decimal 143 204 61 0.30 0 0.70 0.2 85.59 0.58 0.52
Hex 8F CC 3D 1E 0 46 14 56 3A 34
Octal 217 314 75 36 0 106 24 126 72 64
Binary 10001111 11001100 111101 11110 0 1000110 10100 1010110 111010 110100

Color Harmonies of #8FCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC3D

Black with #8FCC3D

Text Example


Text Example

White with #8FCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,204,61); }

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

background-color css

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

 a { background-color: rgb(143,204,61); }

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

border-color css

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

 span { border-color: rgb(143,204,61); }

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