Html Css Color HEX #85E934 Atlantis

📋 copy color: '#85E934'

red 133 ◦ green 233 ◦ blue 52

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

Shades of Atlantis #85E934

Tints of Atlantis #85E934

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.74%

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 31.82%
G = 55.74%
B = 12.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#85E934 (or 0x85E934) is known color: Atlantis. HEX triplet: 85, E9 and 34. RGB value is (133,233,52). Sum of RGB (Red+Green+Blue) = 133+233+52=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 233 (91.41% from 255 or 55.74% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 233 - color contains mainly: green. Hex color #85E934 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E934 is #7A16CB. Grayscale: #B7B7B7. Windows color (decimal): -8001228 or 3467653. OLE color: 3467653.

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

Color convert

RGB 133 233 52 -
CMYK 0.43 0 0.78 0.09
HSL 93.15º 0.8% 0.56% -
HSV(B) 93.15º 0.78% 0.91% -
XYZ 39.43 63.51 13.43 -
YUV 182.47 54.37 92.72 -
System Red Green Blue C M Y K H S L
Decimal 133 233 52 0.43 0 0.78 0.09 93.15 0.8 0.56
Hex 85 E9 34 2B 0 4E 9 5D 50 38
Octal 205 351 64 53 0 116 11 135 120 70
Binary 10000101 11101001 110100 101011 0 1001110 1001 1011101 1010000 111000

Color Harmonies of #85E934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E934

Black with #85E934

Text Example


Text Example

White with #85E934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,52); }

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

background-color css

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

 a { background-color: rgb(133,233,52); }

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

border-color css

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

 span { border-color: rgb(133,233,52); }

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