Html Css Color HEX #85CB44 Atlantis

📋 copy color: '#85CB44'

red 133 ◦ green 203 ◦ blue 68

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

Shades of Atlantis #85CB44

Tints of Atlantis #85CB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.83%

R = 32.92%
G = 50.25%
B = 16.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#85CB44 (or 0x85CB44) is known color: Atlantis. HEX triplet: 85, CB and 44. RGB value is (133,203,68). Sum of RGB (Red+Green+Blue) = 133+203+68=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB44 is #7A34BB. Grayscale: #A7A7A7. Windows color (decimal): -8008892 or 4508549. OLE color: 4508549.

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

Color convert

RGB 133 203 68 -
CMYK 0.34 0 0.67 0.20
HSL 91.11º 0.56% 0.53% -
HSV(B) 91.11º 0.67% 0.8% -
XYZ 32.07 48.12 13.07 -
YUV 166.68 72.31 103.98 -
System Red Green Blue C M Y K H S L
Decimal 133 203 68 0.34 0 0.67 0.20 91.11 0.56 0.53
Hex 85 CB 44 22 0 43 14 5B 38 35
Octal 205 313 104 42 0 103 24 133 70 65
Binary 10000101 11001011 1000100 100010 0 1000011 10100 1011011 111000 110101

Color Harmonies of #85CB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB44

Black with #85CB44

Text Example


Text Example

White with #85CB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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