Html Css Color HEX #96CB3F Atlantis

📋 copy color: '#96CB3F'

red 150 ◦ green 203 ◦ blue 63

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

Shades of Atlantis #96CB3F

Tints of Atlantis #96CB3F

RGB

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

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

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

R = 36.06%
G = 48.8%
B = 15.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#96CB3F (or 0x96CB3F) is known color: Atlantis. HEX triplet: 96, CB and 3F. RGB value is (150,203,63). Sum of RGB (Red+Green+Blue) = 150+203+63=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CB3F is #6934C0. Grayscale: #ABABAB. Windows color (decimal): -6894785 or 4180886. OLE color: 4180886.

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

Color convert

RGB 150 203 63 -
CMYK 0.26 0 0.69 0.20
HSL 82.71º 0.57% 0.52% -
HSV(B) 82.71º 0.69% 0.8% -
XYZ 34.83 49.55 12.43 -
YUV 171.19 66.94 112.88 -
System Red Green Blue C M Y K H S L
Decimal 150 203 63 0.26 0 0.69 0.20 82.71 0.57 0.52
Hex 96 CB 3F 1A 0 45 14 53 39 34
Octal 226 313 77 32 0 105 24 123 71 64
Binary 10010110 11001011 111111 11010 0 1000101 10100 1010011 111001 110100

Color Harmonies of #96CB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB3F

Black with #96CB3F

Text Example


Text Example

White with #96CB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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