Html Css Color HEX #85CD3F Atlantis

📋 copy color: '#85CD3F'

red 133 ◦ green 205 ◦ blue 63

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

Shades of Atlantis #85CD3F

Tints of Atlantis #85CD3F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.12%

 BLUE value IS 63 (25% from 255) = 15.71%

R = 33.17%
G = 51.12%
B = 15.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#85CD3F (or 0x85CD3F) is known color: Atlantis. HEX triplet: 85, CD and 3F. RGB value is (133,205,63). Sum of RGB (Red+Green+Blue) = 133+205+63=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CD3F is #7A32C0. Grayscale: #A7A7A7. Windows color (decimal): -8008385 or 4181381. OLE color: 4181381.

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

Color convert

RGB 133 205 63 -
CMYK 0.35 0 0.69 0.20
HSL 90.42º 0.59% 0.53% -
HSV(B) 90.42º 0.69% 0.8% -
XYZ 32.4 49.01 12.45 -
YUV 167.28 69.15 103.55 -
System Red Green Blue C M Y K H S L
Decimal 133 205 63 0.35 0 0.69 0.20 90.42 0.59 0.53
Hex 85 CD 3F 23 0 45 14 5A 3B 35
Octal 205 315 77 43 0 105 24 132 73 65
Binary 10000101 11001101 111111 100011 0 1000101 10100 1011010 111011 110101

Color Harmonies of #85CD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CD3F

Black with #85CD3F

Text Example


Text Example

White with #85CD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,205,63); }

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

background-color css

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

 a { background-color: rgb(133,205,63); }

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

border-color css

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

 span { border-color: rgb(133,205,63); }

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