Html Css Color HEX #85C63F Atlantis

📋 copy color: '#85C63F'

red 133 ◦ green 198 ◦ blue 63

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

Shades of Atlantis #85C63F

Tints of Atlantis #85C63F

RGB

 RED value IS 133 (52.34% from 255) = 33.76%

 GREEN value IS 198 (77.73% from 255) = 50.25%

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

R = 33.76%
G = 50.25%
B = 15.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#85C63F (or 0x85C63F) is known color: Atlantis. HEX triplet: 85, C6 and 3F. RGB value is (133,198,63). Sum of RGB (Red+Green+Blue) = 133+198+63=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #85C63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C63F is #7A39C0. Grayscale: #A3A3A3. Windows color (decimal): -8010177 or 4179589. OLE color: 4179589.

HSL color Cylindrical-coordinate representation of color #85C63F: hue angle of 88.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85C63F is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 63 -
CMYK 0.33 0 0.68 0.22
HSL 88.89º 0.54% 0.51% -
HSV(B) 88.89º 0.68% 0.78% -
XYZ 30.76 45.73 11.91 -
YUV 163.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 133 198 63 0.33 0 0.68 0.22 88.89 0.54 0.51
Hex 85 C6 3F 21 0 44 16 59 36 33
Octal 205 306 77 41 0 104 26 131 66 63
Binary 10000101 11000110 111111 100001 0 1000100 10110 1011001 110110 110011

Color Harmonies of #85C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C63F

Black with #85C63F

Text Example


Text Example

White with #85C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85C63F; }

 p { color: rgb(133,198,63); }

 H1.HeaderClassName
 {
   color: #85C63F;
 }
 .AnyTagClassName
 {
   color: #85C63F;
 }
</style>

background-color css

<style>
 a { background-color: #85C63F; }

 a { background-color: rgb(133,198,63); }

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

border-color css

<style>
 span { border-color: #85C63F; }

 span { border-color: rgb(133,198,63); }

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