Html Css Color HEX #85C041 Atlantis

📋 copy color: '#85C041'

red 133 ◦ green 192 ◦ blue 65

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

Shades of Atlantis #85C041

Tints of Atlantis #85C041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.23%

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

R = 34.1%
G = 49.23%
B = 16.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#85C041 (or 0x85C041) is known color: Atlantis. HEX triplet: 85, C0 and 41. RGB value is (133,192,65). Sum of RGB (Red+Green+Blue) = 133+192+65=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #85C041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C041 is #7A3FBE. Grayscale: #A0A0A0. Windows color (decimal): -8011711 or 4309125. OLE color: 4309125.

HSL color Cylindrical-coordinate representation of color #85C041: hue angle of 87.87º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85C041 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 65 -
CMYK 0.31 0 0.66 0.25
HSL 87.87º 0.5% 0.5% -
HSV(B) 87.87º 0.66% 0.75% -
XYZ 29.48 43.07 11.76 -
YUV 159.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 133 192 65 0.31 0 0.66 0.25 87.87 0.5 0.5
Hex 85 C0 41 1F 0 42 19 58 32 32
Octal 205 300 101 37 0 102 31 130 62 62
Binary 10000101 11000000 1000001 11111 0 1000010 11001 1011000 110010 110010

Color Harmonies of #85C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C041

Black with #85C041

Text Example


Text Example

White with #85C041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,65); }

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

background-color css

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

 a { background-color: rgb(133,192,65); }

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

border-color css

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

 span { border-color: rgb(133,192,65); }

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