Html Css Color HEX #95E24F Atlantis

📋 copy color: '#95E24F'

red 149 ◦ green 226 ◦ blue 79

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

Shades of Atlantis #95E24F

Tints of Atlantis #95E24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.4%

R = 32.82%
G = 49.78%
B = 17.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#95E24F (or 0x95E24F) is known color: Atlantis. HEX triplet: 95, E2 and 4F. RGB value is (149,226,79). Sum of RGB (Red+Green+Blue) = 149+226+79=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #95E24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E24F is #6A1DB0. Grayscale: #BABABA. Windows color (decimal): -6954417 or 5235349. OLE color: 5235349.

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

Color convert

RGB 149 226 79 -
CMYK 0.34 0 0.65 0.11
HSL 91.43º 0.72% 0.6% -
HSV(B) 91.43º 0.65% 0.89% -
XYZ 41 61.35 17.08 -
YUV 186.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 149 226 79 0.34 0 0.65 0.11 91.43 0.72 0.6
Hex 95 E2 4F 22 0 41 B 5B 48 3C
Octal 225 342 117 42 0 101 13 133 110 74
Binary 10010101 11100010 1001111 100010 0 1000001 1011 1011011 1001000 111100

Color Harmonies of #95E24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E24F

Black with #95E24F

Text Example


Text Example

White with #95E24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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