Html Css Color HEX #96DD3C Atlantis

📋 copy color: '#96DD3C'

red 150 ◦ green 221 ◦ blue 60

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

Shades of Atlantis #96DD3C

Tints of Atlantis #96DD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.28%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 34.8%
G = 51.28%
B = 13.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#96DD3C (or 0x96DD3C) is known color: Atlantis. HEX triplet: 96, DD and 3C. RGB value is (150,221,60). Sum of RGB (Red+Green+Blue) = 150+221+60=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD3C is #6922C3. Grayscale: #B5B5B5. Windows color (decimal): -6890180 or 3988886. OLE color: 3988886.

HSL color Cylindrical-coordinate representation of color #96DD3C: hue angle of 86.46º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96DD3C is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 60 -
CMYK 0.32 0 0.73 0.13
HSL 86.46º 0.7% 0.55% -
HSV(B) 86.46º 0.73% 0.87% -
XYZ 39.25 58.52 13.5 -
YUV 181.42 59.48 105.59 -
System Red Green Blue C M Y K H S L
Decimal 150 221 60 0.32 0 0.73 0.13 86.46 0.7 0.55
Hex 96 DD 3C 20 0 49 D 56 46 37
Octal 226 335 74 40 0 111 15 126 106 67
Binary 10010110 11011101 111100 100000 0 1001001 1101 1010110 1000110 110111

Color Harmonies of #96DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD3C

Black with #96DD3C

Text Example


Text Example

White with #96DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,60); }

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

background-color css

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

 a { background-color: rgb(150,221,60); }

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

border-color css

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

 span { border-color: rgb(150,221,60); }

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