Html Css Color HEX #85EF46 Atlantis

📋 copy color: '#85EF46'

red 133 ◦ green 239 ◦ blue 70

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

Shades of Atlantis #85EF46

Tints of Atlantis #85EF46

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.07%

 BLUE value IS 70 (27.73% from 255) = 15.84%

R = 30.09%
G = 54.07%
B = 15.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#85EF46 (or 0x85EF46) is known color: Atlantis. HEX triplet: 85, EF and 46. RGB value is (133,239,70). Sum of RGB (Red+Green+Blue) = 133+239+70=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF46 is #7A10B9. Grayscale: #BCBCBC. Windows color (decimal): -7999674 or 4648837. OLE color: 4648837.

HSL color Cylindrical-coordinate representation of color #85EF46: hue angle of 97.63º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85EF46 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 70 -
CMYK 0.44 0 0.71 0.06
HSL 97.63º 0.84% 0.61% -
HSV(B) 97.63º 0.71% 0.94% -
XYZ 41.64 67.16 16.56 -
YUV 188.04 61.38 88.74 -
System Red Green Blue C M Y K H S L
Decimal 133 239 70 0.44 0 0.71 0.06 97.63 0.84 0.61
Hex 85 EF 46 2C 0 47 6 62 54 3D
Octal 205 357 106 54 0 107 6 142 124 75
Binary 10000101 11101111 1000110 101100 0 1000111 110 1100010 1010100 111101

Color Harmonies of #85EF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF46

Black with #85EF46

Text Example


Text Example

White with #85EF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,70); }

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

background-color css

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

 a { background-color: rgb(133,239,70); }

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

border-color css

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

 span { border-color: rgb(133,239,70); }

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