Html Css Color HEX #95D044 Atlantis

📋 copy color: '#95D044'

red 149 ◦ green 208 ◦ blue 68

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

Shades of Atlantis #95D044

Tints of Atlantis #95D044

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.94%

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

R = 35.06%
G = 48.94%
B = 16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#95D044 (or 0x95D044) is known color: Atlantis. HEX triplet: 95, D0 and 44. RGB value is (149,208,68). Sum of RGB (Red+Green+Blue) = 149+208+68=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #95D044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D044 is #6A2FBB. Grayscale: #AEAEAE. Windows color (decimal): -6959036 or 4509845. OLE color: 4509845.

HSL color Cylindrical-coordinate representation of color #95D044: hue angle of 85.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95D044 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 208 68 -
CMYK 0.28 0 0.67 0.18
HSL 85.29º 0.6% 0.54% -
HSV(B) 85.29º 0.67% 0.82% -
XYZ 35.99 51.92 13.59 -
YUV 174.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 149 208 68 0.28 0 0.67 0.18 85.29 0.6 0.54
Hex 95 D0 44 1C 0 43 12 55 3C 36
Octal 225 320 104 34 0 103 22 125 74 66
Binary 10010101 11010000 1000100 11100 0 1000011 10010 1010101 111100 110110

Color Harmonies of #95D044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D044

Black with #95D044

Text Example


Text Example

White with #95D044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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