Html Css Color HEX #95E736 Atlantis

📋 copy color: '#95E736'

red 149 ◦ green 231 ◦ blue 54

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

Shades of Atlantis #95E736

Tints of Atlantis #95E736

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.23%

 BLUE value IS 54 (21.48% from 255) = 12.44%

R = 34.33%
G = 53.23%
B = 12.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#95E736 (or 0x95E736) is known color: Atlantis. HEX triplet: 95, E7 and 36. RGB value is (149,231,54). Sum of RGB (Red+Green+Blue) = 149+231+54=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #95E736 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95E736 is #6A18C9. Grayscale: #BABABA. Windows color (decimal): -6953162 or 3598229. OLE color: 3598229.

HSL color Cylindrical-coordinate representation of color #95E736: hue angle of 87.8º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95E736 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 231 54 -
CMYK 0.35 0 0.77 0.09
HSL 87.8º 0.79% 0.56% -
HSV(B) 87.8º 0.77% 0.91% -
XYZ 41.64 63.81 13.61 -
YUV 186.3 53.33 101.39 -
System Red Green Blue C M Y K H S L
Decimal 149 231 54 0.35 0 0.77 0.09 87.8 0.79 0.56
Hex 95 E7 36 23 0 4D 9 58 4F 38
Octal 225 347 66 43 0 115 11 130 117 70
Binary 10010101 11100111 110110 100011 0 1001101 1001 1011000 1001111 111000

Color Harmonies of #95E736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E736

Black with #95E736

Text Example


Text Example

White with #95E736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,231,54); }

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

background-color css

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

 a { background-color: rgb(149,231,54); }

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

border-color css

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

 span { border-color: rgb(149,231,54); }

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