Html Css Color HEX #96E74B Atlantis

📋 copy color: '#96E74B'

red 150 ◦ green 231 ◦ blue 75

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

Shades of Atlantis #96E74B

Tints of Atlantis #96E74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.66%

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

R = 32.89%
G = 50.66%
B = 16.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#96E74B (or 0x96E74B) is known color: Atlantis. HEX triplet: 96, E7 and 4B. RGB value is (150,231,75). Sum of RGB (Red+Green+Blue) = 150+231+75=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #96E74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E74B is #6918B4. Grayscale: #BDBDBD. Windows color (decimal): -6887605 or 4974486. OLE color: 4974486.

HSL color Cylindrical-coordinate representation of color #96E74B: hue angle of 91.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96E74B is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 231 75 -
CMYK 0.35 0 0.68 0.09
HSL 91.15º 0.76% 0.6% -
HSV(B) 91.15º 0.68% 0.91% -
XYZ 42.42 64.14 16.8 -
YUV 189 63.66 100.18 -
System Red Green Blue C M Y K H S L
Decimal 150 231 75 0.35 0 0.68 0.09 91.15 0.76 0.6
Hex 96 E7 4B 23 0 44 9 5B 4C 3C
Octal 226 347 113 43 0 104 11 133 114 74
Binary 10010110 11100111 1001011 100011 0 1000100 1001 1011011 1001100 111100

Color Harmonies of #96E74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E74B

Black with #96E74B

Text Example


Text Example

White with #96E74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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