Html Css Color HEX #96CC41 Atlantis

📋 copy color: '#96CC41'

red 150 ◦ green 204 ◦ blue 65

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

Shades of Atlantis #96CC41

Tints of Atlantis #96CC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.69%

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

R = 35.8%
G = 48.69%
B = 15.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#96CC41 (or 0x96CC41) is known color: Atlantis. HEX triplet: 96, CC and 41. RGB value is (150,204,65). Sum of RGB (Red+Green+Blue) = 150+204+65=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC41 is #6933BE. Grayscale: #ACACAC. Windows color (decimal): -6894527 or 4312214. OLE color: 4312214.

HSL color Cylindrical-coordinate representation of color #96CC41: hue angle of 83.31º degrees, saturation: 0.58, 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 #96CC41 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 65 -
CMYK 0.26 0 0.68 0.2
HSL 83.31º 0.58% 0.53% -
HSV(B) 83.31º 0.68% 0.8% -
XYZ 35.12 50.05 12.81 -
YUV 172.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 150 204 65 0.26 0 0.68 0.2 83.31 0.58 0.53
Hex 96 CC 41 1A 0 44 14 53 3A 35
Octal 226 314 101 32 0 104 24 123 72 65
Binary 10010110 11001100 1000001 11010 0 1000100 10100 1010011 111010 110101

Color Harmonies of #96CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC41

Black with #96CC41

Text Example


Text Example

White with #96CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,65); }

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

background-color css

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

 a { background-color: rgb(150,204,65); }

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

border-color css

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

 span { border-color: rgb(150,204,65); }

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