Html Css Color HEX #95D54D Atlantis

📋 copy color: '#95D54D'

red 149 ◦ green 213 ◦ blue 77

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

Shades of Atlantis #95D54D

Tints of Atlantis #95D54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

 BLUE value IS 77 (30.47% from 255) = 17.54%

R = 33.94%
G = 48.52%
B = 17.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#95D54D (or 0x95D54D) is known color: Atlantis. HEX triplet: 95, D5 and 4D. RGB value is (149,213,77). Sum of RGB (Red+Green+Blue) = 149+213+77=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #95D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D54D is #6A2AB2. Grayscale: #B2B2B2. Windows color (decimal): -6957747 or 5100949. OLE color: 5100949.

HSL color Cylindrical-coordinate representation of color #95D54D: hue angle of 88.24º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95D54D is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 77 -
CMYK 0.30 0 0.64 0.16
HSL 88.24º 0.62% 0.57% -
HSV(B) 88.24º 0.64% 0.84% -
XYZ 37.53 54.51 15.57 -
YUV 178.36 70.8 107.06 -
System Red Green Blue C M Y K H S L
Decimal 149 213 77 0.30 0 0.64 0.16 88.24 0.62 0.57
Hex 95 D5 4D 1E 0 40 10 58 3E 39
Octal 225 325 115 36 0 100 20 130 76 71
Binary 10010101 11010101 1001101 11110 0 1000000 10000 1011000 111110 111001

Color Harmonies of #95D54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D54D

Black with #95D54D

Text Example


Text Example

White with #95D54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,77); }

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

background-color css

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

 a { background-color: rgb(149,213,77); }

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

border-color css

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

 span { border-color: rgb(149,213,77); }

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