Html Css Color HEX #85CB42 Atlantis

📋 copy color: '#85CB42'

red 133 ◦ green 203 ◦ blue 66

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

Shades of Atlantis #85CB42

Tints of Atlantis #85CB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.42%

R = 33.08%
G = 50.5%
B = 16.42%

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

#85CB42 (or 0x85CB42) is known color: Atlantis. HEX triplet: 85, CB and 42. RGB value is (133,203,66). Sum of RGB (Red+Green+Blue) = 133+203+66=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB42 is #7A34BD. Grayscale: #A6A6A6. Windows color (decimal): -8008894 or 4377477. OLE color: 4377477.

HSL color Cylindrical-coordinate representation of color #85CB42: hue angle of 90.66º degrees, saturation: 0.57, 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 #85CB42 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 66 -
CMYK 0.34 0 0.67 0.20
HSL 90.66º 0.57% 0.53% -
HSV(B) 90.66º 0.67% 0.8% -
XYZ 32.01 48.09 12.75 -
YUV 166.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 133 203 66 0.34 0 0.67 0.20 90.66 0.57 0.53
Hex 85 CB 42 22 0 43 14 5B 39 35
Octal 205 313 102 42 0 103 24 133 71 65
Binary 10000101 11001011 1000010 100010 0 1000011 10100 1011011 111001 110101

Color Harmonies of #85CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB42

Black with #85CB42

Text Example


Text Example

White with #85CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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