Html Css Color HEX #85EF41 Atlantis

📋 copy color: '#85EF41'

red 133 ◦ green 239 ◦ blue 65

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

Shades of Atlantis #85EF41

Tints of Atlantis #85EF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 30.43%
G = 54.69%
B = 14.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#85EF41 (or 0x85EF41) is known color: Atlantis. HEX triplet: 85, EF and 41. RGB value is (133,239,65). Sum of RGB (Red+Green+Blue) = 133+239+65=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF41 is #7A10BE. Grayscale: #BCBCBC. Windows color (decimal): -7999679 or 4321157. OLE color: 4321157.

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

Color convert

RGB 133 239 65 -
CMYK 0.44 0 0.73 0.06
HSL 96.55º 0.84% 0.6% -
HSV(B) 96.55º 0.73% 0.94% -
XYZ 41.49 67.1 15.77 -
YUV 187.47 58.88 89.15 -
System Red Green Blue C M Y K H S L
Decimal 133 239 65 0.44 0 0.73 0.06 96.55 0.84 0.6
Hex 85 EF 41 2C 0 49 6 61 54 3C
Octal 205 357 101 54 0 111 6 141 124 74
Binary 10000101 11101111 1000001 101100 0 1001001 110 1100001 1010100 111100

Color Harmonies of #85EF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF41

Black with #85EF41

Text Example


Text Example

White with #85EF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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