Html Css Color HEX #96CB43 Atlantis

📋 copy color: '#96CB43'

red 150 ◦ green 203 ◦ blue 67

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

Shades of Atlantis #96CB43

Tints of Atlantis #96CB43

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.33%

 BLUE value IS 67 (26.56% from 255) = 15.95%

R = 35.71%
G = 48.33%
B = 15.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#96CB43 (or 0x96CB43) is known color: Atlantis. HEX triplet: 96, CB and 43. RGB value is (150,203,67). Sum of RGB (Red+Green+Blue) = 150+203+67=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CB43 is #6934BC. Grayscale: #ACACAC. Windows color (decimal): -6894781 or 4443030. OLE color: 4443030.

HSL color Cylindrical-coordinate representation of color #96CB43: hue angle of 83.38º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96CB43 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 67 -
CMYK 0.26 0 0.67 0.20
HSL 83.38º 0.57% 0.53% -
HSV(B) 83.38º 0.67% 0.8% -
XYZ 34.95 49.6 13.04 -
YUV 171.65 68.94 112.56 -
System Red Green Blue C M Y K H S L
Decimal 150 203 67 0.26 0 0.67 0.20 83.38 0.57 0.53
Hex 96 CB 43 1A 0 43 14 53 39 35
Octal 226 313 103 32 0 103 24 123 71 65
Binary 10010110 11001011 1000011 11010 0 1000011 10100 1010011 111001 110101

Color Harmonies of #96CB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB43

Black with #96CB43

Text Example


Text Example

White with #96CB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,67); }

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

background-color css

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

 a { background-color: rgb(150,203,67); }

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

border-color css

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

 span { border-color: rgb(150,203,67); }

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