Html Css Color HEX #95BD40 Atlantis

📋 copy color: '#95BD40'

red 149 ◦ green 189 ◦ blue 64

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

Shades of Atlantis #95BD40

Tints of Atlantis #95BD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.01%

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

R = 37.06%
G = 47.01%
B = 15.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#95BD40 (or 0x95BD40) is known color: Atlantis. HEX triplet: 95, BD and 40. RGB value is (149,189,64). Sum of RGB (Red+Green+Blue) = 149+189+64=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD40 is #6A42BF. Grayscale: #A3A3A3. Windows color (decimal): -6963904 or 4242837. OLE color: 4242837.

HSL color Cylindrical-coordinate representation of color #95BD40: hue angle of 79.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95BD40 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 64 -
CMYK 0.21 0 0.66 0.26
HSL 79.2º 0.49% 0.5% -
HSV(B) 79.2º 0.66% 0.74% -
XYZ 31.52 43.15 11.52 -
YUV 162.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 149 189 64 0.21 0 0.66 0.26 79.2 0.49 0.5
Hex 95 BD 40 15 0 42 1A 4F 31 32
Octal 225 275 100 25 0 102 32 117 61 62
Binary 10010101 10111101 1000000 10101 0 1000010 11010 1001111 110001 110010

Color Harmonies of #95BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD40

Black with #95BD40

Text Example


Text Example

White with #95BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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