Html Css Color HEX #96DB3E Atlantis

📋 copy color: '#96DB3E'

red 150 ◦ green 219 ◦ blue 62

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

Shades of Atlantis #96DB3E

Tints of Atlantis #96DB3E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.81%

 BLUE value IS 62 (24.61% from 255) = 14.39%

R = 34.8%
G = 50.81%
B = 14.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#96DB3E (or 0x96DB3E) is known color: Atlantis. HEX triplet: 96, DB and 3E. RGB value is (150,219,62). Sum of RGB (Red+Green+Blue) = 150+219+62=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB3E is #6924C1. Grayscale: #B5B5B5. Windows color (decimal): -6890690 or 4119446. OLE color: 4119446.

HSL color Cylindrical-coordinate representation of color #96DB3E: hue angle of 86.37º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96DB3E is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 62 -
CMYK 0.32 0 0.72 0.14
HSL 86.37º 0.69% 0.55% -
HSV(B) 86.37º 0.72% 0.86% -
XYZ 38.78 57.49 13.61 -
YUV 180.47 61.14 106.27 -
System Red Green Blue C M Y K H S L
Decimal 150 219 62 0.32 0 0.72 0.14 86.37 0.69 0.55
Hex 96 DB 3E 20 0 48 E 56 45 37
Octal 226 333 76 40 0 110 16 126 105 67
Binary 10010110 11011011 111110 100000 0 1001000 1110 1010110 1000101 110111

Color Harmonies of #96DB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB3E

Black with #96DB3E

Text Example


Text Example

White with #96DB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,62); }

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

background-color css

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

 a { background-color: rgb(150,219,62); }

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

border-color css

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

 span { border-color: rgb(150,219,62); }

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