Html Css Color HEX #86CC41 Atlantis

📋 copy color: '#86CC41'

red 134 ◦ green 204 ◦ blue 65

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

Shades of Atlantis #86CC41

Tints of Atlantis #86CC41

RGB

 RED value IS 134 (52.73% from 255) = 33.25%

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

 BLUE value IS 65 (25.78% from 255) = 16.13%

R = 33.25%
G = 50.62%
B = 16.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#86CC41 (or 0x86CC41) is known color: Atlantis. HEX triplet: 86, CC and 41. RGB value is (134,204,65). Sum of RGB (Red+Green+Blue) = 134+204+65=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CC41 is #7933BE. Grayscale: #A7A7A7. Windows color (decimal): -7943103 or 4312198. OLE color: 4312198.

HSL color Cylindrical-coordinate representation of color #86CC41: hue angle of 90.22º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86CC41 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 65 -
CMYK 0.34 0 0.68 0.2
HSL 90.22º 0.58% 0.53% -
HSV(B) 90.22º 0.68% 0.8% -
XYZ 32.38 48.64 12.68 -
YUV 167.22 70.31 104.3 -
System Red Green Blue C M Y K H S L
Decimal 134 204 65 0.34 0 0.68 0.2 90.22 0.58 0.53
Hex 86 CC 41 22 0 44 14 5A 3A 35
Octal 206 314 101 42 0 104 24 132 72 65
Binary 10000110 11001100 1000001 100010 0 1000100 10100 1011010 111010 110101

Color Harmonies of #86CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC41

Black with #86CC41

Text Example


Text Example

White with #86CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86CC41; }

 p { color: rgb(134,204,65); }

 H1.HeaderClassName
 {
   color: #86CC41;
 }
 .AnyTagClassName
 {
   color: #86CC41;
 }
</style>

background-color css

<style>
 a { background-color: #86CC41; }

 a { background-color: rgb(134,204,65); }

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

border-color css

<style>
 span { border-color: #86CC41; }

 span { border-color: rgb(134,204,65); }

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