Html Css Color HEX #95E248 Atlantis

📋 copy color: '#95E248'

red 149 ◦ green 226 ◦ blue 72

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

Shades of Atlantis #95E248

Tints of Atlantis #95E248

RGB

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

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

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

R = 33.33%
G = 50.56%
B = 16.11%

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

#95E248 (or 0x95E248) is known color: Atlantis. HEX triplet: 95, E2 and 48. RGB value is (149,226,72). Sum of RGB (Red+Green+Blue) = 149+226+72=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #95E248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E248 is #6A1DB7. Grayscale: #B9B9B9. Windows color (decimal): -6954424 or 4776597. OLE color: 4776597.

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

Color convert

RGB 149 226 72 -
CMYK 0.34 0 0.68 0.11
HSL 90º 0.73% 0.58% -
HSV(B) 90º 0.68% 0.89% -
XYZ 40.76 61.25 15.81 -
YUV 185.42 63.99 102.02 -
System Red Green Blue C M Y K H S L
Decimal 149 226 72 0.34 0 0.68 0.11 90 0.73 0.58
Hex 95 E2 48 22 0 44 B 5A 49 3A
Octal 225 342 110 42 0 104 13 132 111 72
Binary 10010101 11100010 1001000 100010 0 1000100 1011 1011010 1001001 111010

Color Harmonies of #95E248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E248

Black with #95E248

Text Example


Text Example

White with #95E248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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