Html Css Color HEX #96DB4B Atlantis

📋 copy color: '#96DB4B'

red 150 ◦ green 219 ◦ blue 75

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

Shades of Atlantis #96DB4B

Tints of Atlantis #96DB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.89%

R = 33.78%
G = 49.32%
B = 16.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#96DB4B (or 0x96DB4B) is known color: Atlantis. HEX triplet: 96, DB and 4B. RGB value is (150,219,75). Sum of RGB (Red+Green+Blue) = 150+219+75=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB4B is #6924B4. Grayscale: #B6B6B6. Windows color (decimal): -6890677 or 4971414. OLE color: 4971414.

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

Color convert

RGB 150 219 75 -
CMYK 0.32 0 0.66 0.14
HSL 88.75º 0.67% 0.58% -
HSV(B) 88.75º 0.66% 0.86% -
XYZ 39.18 57.66 15.72 -
YUV 181.95 67.64 105.21 -
System Red Green Blue C M Y K H S L
Decimal 150 219 75 0.32 0 0.66 0.14 88.75 0.67 0.58
Hex 96 DB 4B 20 0 42 E 59 43 3A
Octal 226 333 113 40 0 102 16 131 103 72
Binary 10010110 11011011 1001011 100000 0 1000010 1110 1011001 1000011 111010

Color Harmonies of #96DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB4B

Black with #96DB4B

Text Example


Text Example

White with #96DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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