Html Css Color HEX #85CB3D Atlantis

📋 copy color: '#85CB3D'

red 133 ◦ green 203 ◦ blue 61

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

Shades of Atlantis #85CB3D

Tints of Atlantis #85CB3D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.13%

 BLUE value IS 61 (24.22% from 255) = 15.37%

R = 33.5%
G = 51.13%
B = 15.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#85CB3D (or 0x85CB3D) is known color: Atlantis. HEX triplet: 85, CB and 3D. RGB value is (133,203,61). Sum of RGB (Red+Green+Blue) = 133+203+61=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB3D is #7A34C2. Grayscale: #A6A6A6. Windows color (decimal): -8008899 or 4049797. OLE color: 4049797.

HSL color Cylindrical-coordinate representation of color #85CB3D: hue angle of 89.58º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85CB3D is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 61 -
CMYK 0.34 0 0.70 0.20
HSL 89.58º 0.58% 0.52% -
HSV(B) 89.58º 0.7% 0.8% -
XYZ 31.87 48.04 12.01 -
YUV 165.88 68.81 104.55 -
System Red Green Blue C M Y K H S L
Decimal 133 203 61 0.34 0 0.70 0.20 89.58 0.58 0.52
Hex 85 CB 3D 22 0 46 14 5A 3A 34
Octal 205 313 75 42 0 106 24 132 72 64
Binary 10000101 11001011 111101 100010 0 1000110 10100 1011010 111010 110100

Color Harmonies of #85CB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB3D

Black with #85CB3D

Text Example


Text Example

White with #85CB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,203,61); }

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

background-color css

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

 a { background-color: rgb(133,203,61); }

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

border-color css

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

 span { border-color: rgb(133,203,61); }

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