Html Css Color HEX #95E348 Atlantis

📋 copy color: '#95E348'

red 149 ◦ green 227 ◦ blue 72

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

Shades of Atlantis #95E348

Tints of Atlantis #95E348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.67%

 BLUE value IS 72 (28.52% from 255) = 16.07%

R = 33.26%
G = 50.67%
B = 16.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#95E348 (or 0x95E348) is known color: Atlantis. HEX triplet: 95, E3 and 48. RGB value is (149,227,72). Sum of RGB (Red+Green+Blue) = 149+227+72=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #95E348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E348 is #6A1CB7. Grayscale: #BABABA. Windows color (decimal): -6954168 or 4776853. OLE color: 4776853.

HSL color Cylindrical-coordinate representation of color #95E348: hue angle of 90.19º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95E348 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 227 72 -
CMYK 0.34 0 0.68 0.11
HSL 90.19º 0.73% 0.59% -
HSV(B) 90.19º 0.68% 0.89% -
XYZ 41.03 61.8 15.9 -
YUV 186.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 149 227 72 0.34 0 0.68 0.11 90.19 0.73 0.59
Hex 95 E3 48 22 0 44 B 5A 49 3B
Octal 225 343 110 42 0 104 13 132 111 73
Binary 10010101 11100011 1001000 100010 0 1000100 1011 1011010 1001001 111011

Color Harmonies of #95E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E348

Black with #95E348

Text Example


Text Example

White with #95E348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,227,72); }

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

background-color css

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

 a { background-color: rgb(149,227,72); }

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

border-color css

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

 span { border-color: rgb(149,227,72); }

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