Html Css Color HEX #95D844 Atlantis

📋 copy color: '#95D844'

red 149 ◦ green 216 ◦ blue 68

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

Shades of Atlantis #95D844

Tints of Atlantis #95D844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.88%

 BLUE value IS 68 (26.95% from 255) = 15.7%

R = 34.41%
G = 49.88%
B = 15.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#95D844 (or 0x95D844) is known color: Atlantis. HEX triplet: 95, D8 and 44. RGB value is (149,216,68). Sum of RGB (Red+Green+Blue) = 149+216+68=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #95D844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D844 is #6A27BB. Grayscale: #B3B3B3. Windows color (decimal): -6956988 or 4511893. OLE color: 4511893.

HSL color Cylindrical-coordinate representation of color #95D844: hue angle of 87.16º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95D844 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 216 68 -
CMYK 0.31 0 0.69 0.15
HSL 87.16º 0.65% 0.56% -
HSV(B) 87.16º 0.69% 0.85% -
XYZ 37.99 55.92 14.26 -
YUV 179.1 65.3 106.53 -
System Red Green Blue C M Y K H S L
Decimal 149 216 68 0.31 0 0.69 0.15 87.16 0.65 0.56
Hex 95 D8 44 1F 0 45 F 57 41 38
Octal 225 330 104 37 0 105 17 127 101 70
Binary 10010101 11011000 1000100 11111 0 1000101 1111 1010111 1000001 111000

Color Harmonies of #95D844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D844

Black with #95D844

Text Example


Text Example

White with #95D844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,216,68); }

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

background-color css

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

 a { background-color: rgb(149,216,68); }

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

border-color css

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

 span { border-color: rgb(149,216,68); }

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