Html Css Color HEX #85CE41 Atlantis

📋 copy color: '#85CE41'

red 133 ◦ green 206 ◦ blue 65

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

Shades of Atlantis #85CE41

Tints of Atlantis #85CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.99%

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

R = 32.92%
G = 50.99%
B = 16.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#85CE41 (or 0x85CE41) is known color: Atlantis. HEX triplet: 85, CE and 41. RGB value is (133,206,65). Sum of RGB (Red+Green+Blue) = 133+206+65=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE41 is #7A31BE. Grayscale: #A8A8A8. Windows color (decimal): -8008127 or 4312709. OLE color: 4312709.

HSL color Cylindrical-coordinate representation of color #85CE41: hue angle of 91.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85CE41 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 65 -
CMYK 0.35 0 0.68 0.19
HSL 91.06º 0.59% 0.53% -
HSV(B) 91.06º 0.68% 0.81% -
XYZ 32.7 49.51 12.83 -
YUV 168.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 133 206 65 0.35 0 0.68 0.19 91.06 0.59 0.53
Hex 85 CE 41 23 0 44 13 5B 3B 35
Octal 205 316 101 43 0 104 23 133 73 65
Binary 10000101 11001110 1000001 100011 0 1000100 10011 1011011 111011 110101

Color Harmonies of #85CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE41

Black with #85CE41

Text Example


Text Example

White with #85CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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