Html Css Color HEX #85CA41 Atlantis

📋 copy color: '#85CA41'

red 133 ◦ green 202 ◦ blue 65

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

Shades of Atlantis #85CA41

Tints of Atlantis #85CA41

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.5%

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

R = 33.25%
G = 50.5%
B = 16.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#85CA41 (or 0x85CA41) is known color: Atlantis. HEX triplet: 85, CA and 41. RGB value is (133,202,65). Sum of RGB (Red+Green+Blue) = 133+202+65=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA41 is #7A35BE. Grayscale: #A6A6A6. Windows color (decimal): -8009151 or 4311685. OLE color: 4311685.

HSL color Cylindrical-coordinate representation of color #85CA41: hue angle of 90.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85CA41 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 65 -
CMYK 0.34 0 0.68 0.21
HSL 90.22º 0.56% 0.52% -
HSV(B) 90.22º 0.68% 0.79% -
XYZ 31.75 47.61 12.52 -
YUV 165.75 71.14 104.64 -
System Red Green Blue C M Y K H S L
Decimal 133 202 65 0.34 0 0.68 0.21 90.22 0.56 0.52
Hex 85 CA 41 22 0 44 15 5A 38 34
Octal 205 312 101 42 0 104 25 132 70 64
Binary 10000101 11001010 1000001 100010 0 1000100 10101 1011010 111000 110100

Color Harmonies of #85CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA41

Black with #85CA41

Text Example


Text Example

White with #85CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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