Html Css Color HEX #96EC4B Atlantis

📋 copy color: '#96EC4B'

red 150 ◦ green 236 ◦ blue 75

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

Shades of Atlantis #96EC4B

Tints of Atlantis #96EC4B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.19%

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

R = 32.54%
G = 51.19%
B = 16.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#96EC4B (or 0x96EC4B) is known color: Atlantis. HEX triplet: 96, EC and 4B. RGB value is (150,236,75). Sum of RGB (Red+Green+Blue) = 150+236+75=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EC4B is #6913B4. Grayscale: #C0C0C0. Windows color (decimal): -6886325 or 4975766. OLE color: 4975766.

HSL color Cylindrical-coordinate representation of color #96EC4B: hue angle of 92.05º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96EC4B is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 75 -
CMYK 0.36 0 0.68 0.07
HSL 92.05º 0.81% 0.61% -
HSV(B) 92.05º 0.68% 0.93% -
XYZ 43.84 66.98 17.27 -
YUV 191.93 62.01 98.09 -
System Red Green Blue C M Y K H S L
Decimal 150 236 75 0.36 0 0.68 0.07 92.05 0.81 0.61
Hex 96 EC 4B 24 0 44 7 5C 51 3D
Octal 226 354 113 44 0 104 7 134 121 75
Binary 10010110 11101100 1001011 100100 0 1000100 111 1011100 1010001 111101

Color Harmonies of #96EC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EC4B

Black with #96EC4B

Text Example


Text Example

White with #96EC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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