Html Css Color HEX #85CB3E Atlantis

📋 copy color: '#85CB3E'

red 133 ◦ green 203 ◦ blue 62

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

Shades of Atlantis #85CB3E

Tints of Atlantis #85CB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.58%

R = 33.42%
G = 51.01%
B = 15.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#85CB3E (or 0x85CB3E) is known color: Atlantis. HEX triplet: 85, CB and 3E. RGB value is (133,203,62). Sum of RGB (Red+Green+Blue) = 133+203+62=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB3E is #7A34C1. Grayscale: #A6A6A6. Windows color (decimal): -8008898 or 4115333. OLE color: 4115333.

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

Color convert

RGB 133 203 62 -
CMYK 0.34 0 0.69 0.20
HSL 89.79º 0.58% 0.52% -
HSV(B) 89.79º 0.69% 0.8% -
XYZ 31.9 48.05 12.15 -
YUV 166 69.31 104.46 -
System Red Green Blue C M Y K H S L
Decimal 133 203 62 0.34 0 0.69 0.20 89.79 0.58 0.52
Hex 85 CB 3E 22 0 45 14 5A 3A 34
Octal 205 313 76 42 0 105 24 132 72 64
Binary 10000101 11001011 111110 100010 0 1000101 10100 1011010 111010 110100

Color Harmonies of #85CB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB3E

Black with #85CB3E

Text Example


Text Example

White with #85CB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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