Html Css Color HEX #96BF3F Atlantis

📋 copy color: '#96BF3F'

red 150 ◦ green 191 ◦ blue 63

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

Shades of Atlantis #96BF3F

Tints of Atlantis #96BF3F

RGB

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

 GREEN value IS 191 (75% from 255) = 47.28%

 BLUE value IS 63 (25% from 255) = 15.59%

R = 37.13%
G = 47.28%
B = 15.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#96BF3F (or 0x96BF3F) is known color: Atlantis. HEX triplet: 96, BF and 3F. RGB value is (150,191,63). Sum of RGB (Red+Green+Blue) = 150+191+63=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF3F is #6940C0. Grayscale: #A4A4A4. Windows color (decimal): -6897857 or 4177814. OLE color: 4177814.

HSL color Cylindrical-coordinate representation of color #96BF3F: hue angle of 79.22º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96BF3F is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 63 -
CMYK 0.21 0 0.67 0.25
HSL 79.22º 0.5% 0.5% -
HSV(B) 79.22º 0.67% 0.75% -
XYZ 32.11 44.1 11.52 -
YUV 164.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 150 191 63 0.21 0 0.67 0.25 79.22 0.5 0.5
Hex 96 BF 3F 15 0 43 19 4F 32 32
Octal 226 277 77 25 0 103 31 117 62 62
Binary 10010110 10111111 111111 10101 0 1000011 11001 1001111 110010 110010

Color Harmonies of #96BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF3F

Black with #96BF3F

Text Example


Text Example

White with #96BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,63); }

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

background-color css

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

 a { background-color: rgb(150,191,63); }

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

border-color css

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

 span { border-color: rgb(150,191,63); }

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