Html Css Color HEX #95D350 Atlantis

📋 copy color: '#95D350'

red 149 ◦ green 211 ◦ blue 80

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

Shades of Atlantis #95D350

Tints of Atlantis #95D350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.95%

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 33.86%
G = 47.95%
B = 18.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#95D350 (or 0x95D350) is known color: Atlantis. HEX triplet: 95, D3 and 50. RGB value is (149,211,80). Sum of RGB (Red+Green+Blue) = 149+211+80=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #95D350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D350 is #6A2CAF. Grayscale: #B1B1B1. Windows color (decimal): -6958256 or 5297045. OLE color: 5297045.

HSL color Cylindrical-coordinate representation of color #95D350: hue angle of 88.4º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95D350 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 80 -
CMYK 0.29 0 0.62 0.17
HSL 88.4º 0.6% 0.57% -
HSV(B) 88.4º 0.62% 0.83% -
XYZ 37.14 53.56 15.97 -
YUV 177.53 72.96 107.65 -
System Red Green Blue C M Y K H S L
Decimal 149 211 80 0.29 0 0.62 0.17 88.4 0.6 0.57
Hex 95 D3 50 1D 0 3E 11 58 3C 39
Octal 225 323 120 35 0 76 21 130 74 71
Binary 10010101 11010011 1010000 11101 0 111110 10001 1011000 111100 111001

Color Harmonies of #95D350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D350

Black with #95D350

Text Example


Text Example

White with #95D350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,211,80); }

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

background-color css

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

 a { background-color: rgb(149,211,80); }

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

border-color css

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

 span { border-color: rgb(149,211,80); }

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