Html Css Color HEX #85EA33 Atlantis

📋 copy color: '#85EA33'

red 133 ◦ green 234 ◦ blue 51

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

Shades of Atlantis #85EA33

Tints of Atlantis #85EA33

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.98%

 BLUE value IS 51 (20.31% from 255) = 12.2%

R = 31.82%
G = 55.98%
B = 12.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#85EA33 (or 0x85EA33) is known color: Atlantis. HEX triplet: 85, EA and 33. RGB value is (133,234,51). Sum of RGB (Red+Green+Blue) = 133+234+51=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 234 (91.80% from 255 or 55.98% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EA33 is #7A15CC. Grayscale: #B7B7B7. Windows color (decimal): -8000973 or 3402373. OLE color: 3402373.

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

Color convert

RGB 133 234 51 -
CMYK 0.43 0 0.78 0.08
HSL 93.11º 0.81% 0.56% -
HSV(B) 93.11º 0.78% 0.92% -
XYZ 39.69 64.07 13.41 -
YUV 182.94 53.54 92.38 -
System Red Green Blue C M Y K H S L
Decimal 133 234 51 0.43 0 0.78 0.08 93.11 0.81 0.56
Hex 85 EA 33 2B 0 4E 8 5D 51 38
Octal 205 352 63 53 0 116 10 135 121 70
Binary 10000101 11101010 110011 101011 0 1001110 1000 1011101 1010001 111000

Color Harmonies of #85EA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA33

Black with #85EA33

Text Example


Text Example

White with #85EA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,51); }

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

background-color css

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

 a { background-color: rgb(133,234,51); }

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

border-color css

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

 span { border-color: rgb(133,234,51); }

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