Html Css Color HEX #85DD3C Atlantis

📋 copy color: '#85DD3C'

red 133 ◦ green 221 ◦ blue 60

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

Shades of Atlantis #85DD3C

Tints of Atlantis #85DD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 32.13%
G = 53.38%
B = 14.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#85DD3C (or 0x85DD3C) is known color: Atlantis. HEX triplet: 85, DD and 3C. RGB value is (133,221,60). Sum of RGB (Red+Green+Blue) = 133+221+60=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD3C is #7A22C3. Grayscale: #B0B0B0. Windows color (decimal): -8004292 or 3988869. OLE color: 3988869.

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

Color convert

RGB 133 221 60 -
CMYK 0.40 0 0.73 0.13
HSL 92.8º 0.7% 0.55% -
HSV(B) 92.8º 0.73% 0.87% -
XYZ 36.34 57.03 13.37 -
YUV 176.33 62.35 97.09 -
System Red Green Blue C M Y K H S L
Decimal 133 221 60 0.40 0 0.73 0.13 92.8 0.7 0.55
Hex 85 DD 3C 28 0 49 D 5D 46 37
Octal 205 335 74 50 0 111 15 135 106 67
Binary 10000101 11011101 111100 101000 0 1001001 1101 1011101 1000110 110111

Color Harmonies of #85DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD3C

Black with #85DD3C

Text Example


Text Example

White with #85DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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