Html Css Color HEX #96CF52 Atlantis

📋 copy color: '#96CF52'

red 150 ◦ green 207 ◦ blue 82

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

Shades of Atlantis #96CF52

Tints of Atlantis #96CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.15%

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 34.17%
G = 47.15%
B = 18.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#96CF52 (or 0x96CF52) is known color: Atlantis. HEX triplet: 96, CF and 52. RGB value is (150,207,82). Sum of RGB (Red+Green+Blue) = 150+207+82=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF52 is #6930AD. Grayscale: #B0B0B0. Windows color (decimal): -6893742 or 5427094. OLE color: 5427094.

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

Color convert

RGB 150 207 82 -
CMYK 0.28 0 0.60 0.19
HSL 87.36º 0.57% 0.57% -
HSV(B) 87.36º 0.6% 0.81% -
XYZ 36.41 51.72 16.05 -
YUV 175.71 75.12 109.66 -
System Red Green Blue C M Y K H S L
Decimal 150 207 82 0.28 0 0.60 0.19 87.36 0.57 0.57
Hex 96 CF 52 1C 0 3C 13 57 39 39
Octal 226 317 122 34 0 74 23 127 71 71
Binary 10010110 11001111 1010010 11100 0 111100 10011 1010111 111001 111001

Color Harmonies of #96CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF52

Black with #96CF52

Text Example


Text Example

White with #96CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,82); }

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

background-color css

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

 a { background-color: rgb(150,207,82); }

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

border-color css

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

 span { border-color: rgb(150,207,82); }

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