Html Css Color HEX #96CF3E Atlantis

📋 copy color: '#96CF3E'

red 150 ◦ green 207 ◦ blue 62

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

Shades of Atlantis #96CF3E

Tints of Atlantis #96CF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 35.8%
G = 49.4%
B = 14.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#96CF3E (or 0x96CF3E) is known color: Atlantis. HEX triplet: 96, CF and 3E. RGB value is (150,207,62). Sum of RGB (Red+Green+Blue) = 150+207+62=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF3E is #6930C1. Grayscale: #ADADAD. Windows color (decimal): -6893762 or 4116374. OLE color: 4116374.

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

Color convert

RGB 150 207 62 -
CMYK 0.28 0 0.70 0.19
HSL 83.59º 0.6% 0.53% -
HSV(B) 83.59º 0.7% 0.81% -
XYZ 35.76 51.46 12.6 -
YUV 173.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 150 207 62 0.28 0 0.70 0.19 83.59 0.6 0.53
Hex 96 CF 3E 1C 0 46 13 54 3C 35
Octal 226 317 76 34 0 106 23 124 74 65
Binary 10010110 11001111 111110 11100 0 1000110 10011 1010100 111100 110101

Color Harmonies of #96CF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF3E

Black with #96CF3E

Text Example


Text Example

White with #96CF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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