Html Css Color HEX #85C63D Atlantis

📋 copy color: '#85C63D'

red 133 ◦ green 198 ◦ blue 61

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

Shades of Atlantis #85C63D

Tints of Atlantis #85C63D

RGB

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

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

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

R = 33.93%
G = 50.51%
B = 15.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#85C63D (or 0x85C63D) is known color: Atlantis. HEX triplet: 85, C6 and 3D. RGB value is (133,198,61). Sum of RGB (Red+Green+Blue) = 133+198+61=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #85C63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C63D is #7A39C2. Grayscale: #A3A3A3. Windows color (decimal): -8010179 or 4048517. OLE color: 4048517.

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

Color convert

RGB 133 198 61 -
CMYK 0.33 0 0.69 0.22
HSL 88.47º 0.55% 0.51% -
HSV(B) 88.47º 0.69% 0.78% -
XYZ 30.71 45.71 11.62 -
YUV 162.95 70.47 106.64 -
System Red Green Blue C M Y K H S L
Decimal 133 198 61 0.33 0 0.69 0.22 88.47 0.55 0.51
Hex 85 C6 3D 21 0 45 16 58 37 33
Octal 205 306 75 41 0 105 26 130 67 63
Binary 10000101 11000110 111101 100001 0 1000101 10110 1011000 110111 110011

Color Harmonies of #85C63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C63D

Black with #85C63D

Text Example


Text Example

White with #85C63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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