Html Css Color HEX #95D944 Atlantis

📋 copy color: '#95D944'

red 149 ◦ green 217 ◦ blue 68

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

Shades of Atlantis #95D944

Tints of Atlantis #95D944

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50%

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

R = 34.33%
G = 50%
B = 15.67%

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

#95D944 (or 0x95D944) is known color: Atlantis. HEX triplet: 95, D9 and 44. RGB value is (149,217,68). Sum of RGB (Red+Green+Blue) = 149+217+68=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #95D944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D944 is #6A26BB. Grayscale: #B4B4B4. Windows color (decimal): -6956732 or 4512149. OLE color: 4512149.

HSL color Cylindrical-coordinate representation of color #95D944: hue angle of 87.38º degrees, saturation: 0.66, 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 #95D944 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 217 68 -
CMYK 0.31 0 0.69 0.15
HSL 87.38º 0.66% 0.56% -
HSV(B) 87.38º 0.69% 0.85% -
XYZ 38.25 56.43 14.35 -
YUV 179.68 64.97 106.12 -
System Red Green Blue C M Y K H S L
Decimal 149 217 68 0.31 0 0.69 0.15 87.38 0.66 0.56
Hex 95 D9 44 1F 0 45 F 57 42 38
Octal 225 331 104 37 0 105 17 127 102 70
Binary 10010101 11011001 1000100 11111 0 1000101 1111 1010111 1000010 111000

Color Harmonies of #95D944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D944

Black with #95D944

Text Example


Text Example

White with #95D944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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