Html Css Color HEX #95D54E Atlantis

📋 copy color: '#95D54E'

red 149 ◦ green 213 ◦ blue 78

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

Shades of Atlantis #95D54E

Tints of Atlantis #95D54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.73%

R = 33.86%
G = 48.41%
B = 17.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#95D54E (or 0x95D54E) is known color: Atlantis. HEX triplet: 95, D5 and 4E. RGB value is (149,213,78). Sum of RGB (Red+Green+Blue) = 149+213+78=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #95D54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D54E is #6A2AB1. Grayscale: #B2B2B2. Windows color (decimal): -6957746 or 5166485. OLE color: 5166485.

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

Color convert

RGB 149 213 78 -
CMYK 0.30 0 0.63 0.16
HSL 88.44º 0.62% 0.57% -
HSV(B) 88.44º 0.63% 0.84% -
XYZ 37.56 54.53 15.75 -
YUV 178.47 71.3 106.98 -
System Red Green Blue C M Y K H S L
Decimal 149 213 78 0.30 0 0.63 0.16 88.44 0.62 0.57
Hex 95 D5 4E 1E 0 3F 10 58 3E 39
Octal 225 325 116 36 0 77 20 130 76 71
Binary 10010101 11010101 1001110 11110 0 111111 10000 1011000 111110 111001

Color Harmonies of #95D54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D54E

Black with #95D54E

Text Example


Text Example

White with #95D54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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