Html Css Color HEX #96CD49 Atlantis

📋 copy color: '#96CD49'

red 150 ◦ green 205 ◦ blue 73

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

Shades of Atlantis #96CD49

Tints of Atlantis #96CD49

RGB

 RED value IS 150 (58.98% from 255) = 35.05%

 GREEN value IS 205 (80.47% from 255) = 47.9%

 BLUE value IS 73 (28.91% from 255) = 17.06%

R = 35.05%
G = 47.9%
B = 17.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#96CD49 (or 0x96CD49) is known color: Atlantis. HEX triplet: 96, CD and 49. RGB value is (150,205,73). Sum of RGB (Red+Green+Blue) = 150+205+73=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CD49 is #6932B6. Grayscale: #ADADAD. Windows color (decimal): -6894263 or 4836758. OLE color: 4836758.

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

Color convert

RGB 150 205 73 -
CMYK 0.27 0 0.64 0.20
HSL 85º 0.57% 0.55% -
HSV(B) 85º 0.64% 0.8% -
XYZ 35.61 50.63 14.2 -
YUV 173.51 71.28 111.23 -
System Red Green Blue C M Y K H S L
Decimal 150 205 73 0.27 0 0.64 0.20 85 0.57 0.55
Hex 96 CD 49 1B 0 40 14 55 39 37
Octal 226 315 111 33 0 100 24 125 71 67
Binary 10010110 11001101 1001001 11011 0 1000000 10100 1010101 111001 110111

Color Harmonies of #96CD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CD49

Black with #96CD49

Text Example


Text Example

White with #96CD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CD49; }

 p { color: rgb(150,205,73); }

 H1.HeaderClassName
 {
   color: #96CD49;
 }
 .AnyTagClassName
 {
   color: #96CD49;
 }
</style>

background-color css

<style>
 a { background-color: #96CD49; }

 a { background-color: rgb(150,205,73); }

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

border-color css

<style>
 span { border-color: #96CD49; }

 span { border-color: rgb(150,205,73); }

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