Html Css Color HEX #85D738 Atlantis

📋 copy color: '#85D738'

red 133 ◦ green 215 ◦ blue 56

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

Shades of Atlantis #85D738

Tints of Atlantis #85D738

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.22%

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 32.92%
G = 53.22%
B = 13.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#85D738 (or 0x85D738) is known color: Atlantis. HEX triplet: 85, D7 and 38. RGB value is (133,215,56). Sum of RGB (Red+Green+Blue) = 133+215+56=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #85D738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D738 is #7A28C7. Grayscale: #ACACAC. Windows color (decimal): -8005832 or 3725189. OLE color: 3725189.

HSL color Cylindrical-coordinate representation of color #85D738: hue angle of 90.94º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85D738 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 56 -
CMYK 0.38 0 0.74 0.16
HSL 90.94º 0.67% 0.53% -
HSV(B) 90.94º 0.74% 0.84% -
XYZ 34.69 53.87 12.31 -
YUV 172.36 62.33 99.93 -
System Red Green Blue C M Y K H S L
Decimal 133 215 56 0.38 0 0.74 0.16 90.94 0.67 0.53
Hex 85 D7 38 26 0 4A 10 5B 43 35
Octal 205 327 70 46 0 112 20 133 103 65
Binary 10000101 11010111 111000 100110 0 1001010 10000 1011011 1000011 110101

Color Harmonies of #85D738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D738

Black with #85D738

Text Example


Text Example

White with #85D738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,56); }

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

background-color css

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

 a { background-color: rgb(133,215,56); }

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

border-color css

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

 span { border-color: rgb(133,215,56); }

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