Html Css Color HEX #95EA32 Atlantis

📋 copy color: '#95EA32'

red 149 ◦ green 234 ◦ blue 50

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

Shades of Atlantis #95EA32

Tints of Atlantis #95EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.04%

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 34.41%
G = 54.04%
B = 11.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#95EA32 (or 0x95EA32) is known color: Atlantis. HEX triplet: 95, EA and 32. RGB value is (149,234,50). Sum of RGB (Red+Green+Blue) = 149+234+50=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EA32 is #6A15CD. Grayscale: #BCBCBC. Windows color (decimal): -6952398 or 3336853. OLE color: 3336853.

HSL color Cylindrical-coordinate representation of color #95EA32: hue angle of 87.72º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95EA32 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 50 -
CMYK 0.36 0 0.79 0.08
HSL 87.72º 0.81% 0.56% -
HSV(B) 87.72º 0.79% 0.92% -
XYZ 42.39 65.47 13.42 -
YUV 187.61 50.34 100.46 -
System Red Green Blue C M Y K H S L
Decimal 149 234 50 0.36 0 0.79 0.08 87.72 0.81 0.56
Hex 95 EA 32 24 0 4F 8 58 51 38
Octal 225 352 62 44 0 117 10 130 121 70
Binary 10010101 11101010 110010 100100 0 1001111 1000 1011000 1010001 111000

Color Harmonies of #95EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EA32

Black with #95EA32

Text Example


Text Example

White with #95EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,234,50); }

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

background-color css

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

 a { background-color: rgb(149,234,50); }

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

border-color css

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

 span { border-color: rgb(149,234,50); }

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