Html Css Color HEX #96CE4B Atlantis

📋 copy color: '#96CE4B'

red 150 ◦ green 206 ◦ blue 75

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

Shades of Atlantis #96CE4B

Tints of Atlantis #96CE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.8%

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

R = 34.8%
G = 47.8%
B = 17.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#96CE4B (or 0x96CE4B) is known color: Atlantis. HEX triplet: 96, CE and 4B. RGB value is (150,206,75). Sum of RGB (Red+Green+Blue) = 150+206+75=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE4B is #6931B4. Grayscale: #AEAEAE. Windows color (decimal): -6894005 or 4968086. OLE color: 4968086.

HSL color Cylindrical-coordinate representation of color #96CE4B: hue angle of 85.65º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96CE4B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 75 -
CMYK 0.27 0 0.64 0.19
HSL 85.65º 0.57% 0.55% -
HSV(B) 85.65º 0.64% 0.81% -
XYZ 35.92 51.13 14.63 -
YUV 174.32 71.95 110.65 -
System Red Green Blue C M Y K H S L
Decimal 150 206 75 0.27 0 0.64 0.19 85.65 0.57 0.55
Hex 96 CE 4B 1B 0 40 13 56 39 37
Octal 226 316 113 33 0 100 23 126 71 67
Binary 10010110 11001110 1001011 11011 0 1000000 10011 1010110 111001 110111

Color Harmonies of #96CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE4B

Black with #96CE4B

Text Example


Text Example

White with #96CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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