Html Css Color HEX #85E235 Atlantis

📋 copy color: '#85E235'

red 133 ◦ green 226 ◦ blue 53

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

Shades of Atlantis #85E235

Tints of Atlantis #85E235

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.85%

 BLUE value IS 53 (21.09% from 255) = 12.86%

R = 32.28%
G = 54.85%
B = 12.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#85E235 (or 0x85E235) is known color: Atlantis. HEX triplet: 85, E2 and 35. RGB value is (133,226,53). Sum of RGB (Red+Green+Blue) = 133+226+53=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #85E235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E235 is #7A1DCA. Grayscale: #B3B3B3. Windows color (decimal): -8003019 or 3531397. OLE color: 3531397.

HSL color Cylindrical-coordinate representation of color #85E235: hue angle of 92.25º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85E235 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 226 53 -
CMYK 0.41 0 0.77 0.11
HSL 92.25º 0.75% 0.55% -
HSV(B) 92.25º 0.77% 0.89% -
XYZ 37.51 59.64 12.9 -
YUV 178.47 57.19 95.57 -
System Red Green Blue C M Y K H S L
Decimal 133 226 53 0.41 0 0.77 0.11 92.25 0.75 0.55
Hex 85 E2 35 29 0 4D B 5C 4B 37
Octal 205 342 65 51 0 115 13 134 113 67
Binary 10000101 11100010 110101 101001 0 1001101 1011 1011100 1001011 110111

Color Harmonies of #85E235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E235

Black with #85E235

Text Example


Text Example

White with #85E235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,53); }

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

background-color css

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

 a { background-color: rgb(133,226,53); }

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

border-color css

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

 span { border-color: rgb(133,226,53); }

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