Html Css Color HEX #85DD41 Atlantis

📋 copy color: '#85DD41'

red 133 ◦ green 221 ◦ blue 65

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

Shades of Atlantis #85DD41

Tints of Atlantis #85DD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.74%

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

R = 31.74%
G = 52.74%
B = 15.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#85DD41 (or 0x85DD41) is known color: Atlantis. HEX triplet: 85, DD and 41. RGB value is (133,221,65). Sum of RGB (Red+Green+Blue) = 133+221+65=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD41 is #7A22BE. Grayscale: #B1B1B1. Windows color (decimal): -8004287 or 4316549. OLE color: 4316549.

HSL color Cylindrical-coordinate representation of color #85DD41: hue angle of 93.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85DD41 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 65 -
CMYK 0.40 0 0.71 0.13
HSL 93.85º 0.7% 0.56% -
HSV(B) 93.85º 0.71% 0.87% -
XYZ 36.48 57.08 14.1 -
YUV 176.9 64.85 96.68 -
System Red Green Blue C M Y K H S L
Decimal 133 221 65 0.40 0 0.71 0.13 93.85 0.7 0.56
Hex 85 DD 41 28 0 47 D 5E 46 38
Octal 205 335 101 50 0 107 15 136 106 70
Binary 10000101 11011101 1000001 101000 0 1000111 1101 1011110 1000110 111000

Color Harmonies of #85DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD41

Black with #85DD41

Text Example


Text Example

White with #85DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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