Html Css Color HEX #85F041 Atlantis

📋 copy color: '#85F041'

red 133 ◦ green 240 ◦ blue 65

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

Shades of Atlantis #85F041

Tints of Atlantis #85F041

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.79%

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

R = 30.37%
G = 54.79%
B = 14.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#85F041 (or 0x85F041) is known color: Atlantis. HEX triplet: 85, F0 and 41. RGB value is (133,240,65). Sum of RGB (Red+Green+Blue) = 133+240+65=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #85F041 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F041 is #7A0FBE. Grayscale: #BCBCBC. Windows color (decimal): -7999423 or 4321413. OLE color: 4321413.

HSL color Cylindrical-coordinate representation of color #85F041: hue angle of 96.69º degrees, saturation: 0.85, 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 #85F041 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 240 65 -
CMYK 0.45 0 0.73 0.06
HSL 96.69º 0.85% 0.6% -
HSV(B) 96.69º 0.73% 0.94% -
XYZ 41.79 67.69 15.86 -
YUV 188.06 58.55 88.73 -
System Red Green Blue C M Y K H S L
Decimal 133 240 65 0.45 0 0.73 0.06 96.69 0.85 0.6
Hex 85 F0 41 2D 0 49 6 61 55 3C
Octal 205 360 101 55 0 111 6 141 125 74
Binary 10000101 11110000 1000001 101101 0 1001001 110 1100001 1010101 111100

Color Harmonies of #85F041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F041

Black with #85F041

Text Example


Text Example

White with #85F041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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