Html Css Color HEX #85E83C Atlantis

📋 copy color: '#85E83C'

red 133 ◦ green 232 ◦ blue 60

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

Shades of Atlantis #85E83C

Tints of Atlantis #85E83C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.59%

 BLUE value IS 60 (23.83% from 255) = 14.12%

R = 31.29%
G = 54.59%
B = 14.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#85E83C (or 0x85E83C) is known color: Atlantis. HEX triplet: 85, E8 and 3C. RGB value is (133,232,60). Sum of RGB (Red+Green+Blue) = 133+232+60=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 232 (91.02% from 255 or 54.59% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 232 - color contains mainly: green. Hex color #85E83C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E83C is #7A17C3. Grayscale: #B7B7B7. Windows color (decimal): -8001476 or 3991685. OLE color: 3991685.

HSL color Cylindrical-coordinate representation of color #85E83C: hue angle of 94.53º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85E83C is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 232 60 -
CMYK 0.43 0 0.74 0.09
HSL 94.53º 0.79% 0.57% -
HSV(B) 94.53º 0.74% 0.91% -
XYZ 39.35 63.03 14.37 -
YUV 182.79 58.7 92.49 -
System Red Green Blue C M Y K H S L
Decimal 133 232 60 0.43 0 0.74 0.09 94.53 0.79 0.57
Hex 85 E8 3C 2B 0 4A 9 5F 4F 39
Octal 205 350 74 53 0 112 11 137 117 71
Binary 10000101 11101000 111100 101011 0 1001010 1001 1011111 1001111 111001

Color Harmonies of #85E83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E83C

Black with #85E83C

Text Example


Text Example

White with #85E83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,232,60); }

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

background-color css

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

 a { background-color: rgb(133,232,60); }

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

border-color css

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

 span { border-color: rgb(133,232,60); }

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