Html Css Color HEX #85CE3A Atlantis

📋 copy color: '#85CE3A'

red 133 ◦ green 206 ◦ blue 58

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

Shades of Atlantis #85CE3A

Tints of Atlantis #85CE3A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.89%

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 33.5%
G = 51.89%
B = 14.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#85CE3A (or 0x85CE3A) is known color: Atlantis. HEX triplet: 85, CE and 3A. RGB value is (133,206,58). Sum of RGB (Red+Green+Blue) = 133+206+58=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE3A is #7A31C5. Grayscale: #A7A7A7. Windows color (decimal): -8008134 or 3853957. OLE color: 3853957.

HSL color Cylindrical-coordinate representation of color #85CE3A: hue angle of 89.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85CE3A is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 58 -
CMYK 0.35 0 0.72 0.19
HSL 89.59º 0.6% 0.52% -
HSV(B) 89.59º 0.72% 0.81% -
XYZ 32.51 49.43 11.83 -
YUV 167.3 66.32 103.53 -
System Red Green Blue C M Y K H S L
Decimal 133 206 58 0.35 0 0.72 0.19 89.59 0.6 0.52
Hex 85 CE 3A 23 0 48 13 5A 3C 34
Octal 205 316 72 43 0 110 23 132 74 64
Binary 10000101 11001110 111010 100011 0 1001000 10011 1011010 111100 110100

Color Harmonies of #85CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE3A

Black with #85CE3A

Text Example


Text Example

White with #85CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,206,58); }

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

background-color css

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

 a { background-color: rgb(133,206,58); }

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

border-color css

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

 span { border-color: rgb(133,206,58); }

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