Html Css Color HEX #95C440 Atlantis

📋 copy color: '#95C440'

red 149 ◦ green 196 ◦ blue 64

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

Shades of Atlantis #95C440

Tints of Atlantis #95C440

RGB

 RED value IS 149 (58.59% from 255) = 36.43%

 GREEN value IS 196 (76.95% from 255) = 47.92%

 BLUE value IS 64 (25.39% from 255) = 15.65%

R = 36.43%
G = 47.92%
B = 15.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#95C440 (or 0x95C440) is known color: Atlantis. HEX triplet: 95, C4 and 40. RGB value is (149,196,64). Sum of RGB (Red+Green+Blue) = 149+196+64=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #95C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C440 is #6A3BBF. Grayscale: #A7A7A7. Windows color (decimal): -6962112 or 4244629. OLE color: 4244629.

HSL color Cylindrical-coordinate representation of color #95C440: hue angle of 81.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95C440 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 196 64 -
CMYK 0.24 0 0.67 0.23
HSL 81.36º 0.53% 0.51% -
HSV(B) 81.36º 0.67% 0.77% -
XYZ 33.06 46.24 12.03 -
YUV 166.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 149 196 64 0.24 0 0.67 0.23 81.36 0.53 0.51
Hex 95 C4 40 18 0 43 17 51 35 33
Octal 225 304 100 30 0 103 27 121 65 63
Binary 10010101 11000100 1000000 11000 0 1000011 10111 1010001 110101 110011

Color Harmonies of #95C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C440

Black with #95C440

Text Example


Text Example

White with #95C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C440; }

 p { color: rgb(149,196,64); }

 H1.HeaderClassName
 {
   color: #95C440;
 }
 .AnyTagClassName
 {
   color: #95C440;
 }
</style>

background-color css

<style>
 a { background-color: #95C440; }

 a { background-color: rgb(149,196,64); }

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

border-color css

<style>
 span { border-color: #95C440; }

 span { border-color: rgb(149,196,64); }

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