Html Css Color HEX #85CB41 Atlantis

📋 copy color: '#85CB41'

red 133 ◦ green 203 ◦ blue 65

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

Shades of Atlantis #85CB41

Tints of Atlantis #85CB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.21%

R = 33.17%
G = 50.62%
B = 16.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#85CB41 (or 0x85CB41) is known color: Atlantis. HEX triplet: 85, CB and 41. RGB value is (133,203,65). Sum of RGB (Red+Green+Blue) = 133+203+65=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB41 is #7A34BE. Grayscale: #A6A6A6. Windows color (decimal): -8008895 or 4311941. OLE color: 4311941.

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

Color convert

RGB 133 203 65 -
CMYK 0.34 0 0.68 0.20
HSL 90.43º 0.57% 0.53% -
HSV(B) 90.43º 0.68% 0.8% -
XYZ 31.98 48.08 12.6 -
YUV 166.34 70.81 104.22 -
System Red Green Blue C M Y K H S L
Decimal 133 203 65 0.34 0 0.68 0.20 90.43 0.57 0.53
Hex 85 CB 41 22 0 44 14 5A 39 35
Octal 205 313 101 42 0 104 24 132 71 65
Binary 10000101 11001011 1000001 100010 0 1000100 10100 1011010 111001 110101

Color Harmonies of #85CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB41

Black with #85CB41

Text Example


Text Example

White with #85CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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