Html Css Color HEX #95E240 Atlantis

📋 copy color: '#95E240'

red 149 ◦ green 226 ◦ blue 64

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

Shades of Atlantis #95E240

Tints of Atlantis #95E240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.48%

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 33.94%
G = 51.48%
B = 14.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#95E240 (or 0x95E240) is known color: Atlantis. HEX triplet: 95, E2 and 40. RGB value is (149,226,64). Sum of RGB (Red+Green+Blue) = 149+226+64=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #95E240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E240 is #6A1DBF. Grayscale: #B9B9B9. Windows color (decimal): -6954432 or 4252309. OLE color: 4252309.

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

Color convert

RGB 149 226 64 -
CMYK 0.34 0 0.72 0.11
HSL 88.52º 0.74% 0.57% -
HSV(B) 88.52º 0.72% 0.89% -
XYZ 40.52 61.15 14.52 -
YUV 184.51 59.99 102.67 -
System Red Green Blue C M Y K H S L
Decimal 149 226 64 0.34 0 0.72 0.11 88.52 0.74 0.57
Hex 95 E2 40 22 0 48 B 59 4A 39
Octal 225 342 100 42 0 110 13 131 112 71
Binary 10010101 11100010 1000000 100010 0 1001000 1011 1011001 1001010 111001

Color Harmonies of #95E240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E240

Black with #95E240

Text Example


Text Example

White with #95E240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,226,64); }

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

background-color css

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

 a { background-color: rgb(149,226,64); }

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

border-color css

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

 span { border-color: rgb(149,226,64); }

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