#95BE4B

Color #95BE4B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #95BE4B

Tints of Atlantis #95BE4B

Color information

#95BE4B (or 0x95BE4B) is unknown color: approx Atlantis. HEX triplet: 95, BE and 4B. RGB value is (149,190,75). Sum of RGB (Red+Green+Blue) = 149+190+75=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BE4B is #6A41B4. Grayscale: #A5A5A5. Windows color (decimal): -6963637 or 4963989. OLE color: 4963989.

HSL color Cylindrical-coordinate representation of color #95BE4B: hue angle of 81.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95BE4B is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB14919075-
CMYK0.2200.610.25
HSL81.39º46.94%51.96%-
HSV(B)81.39º60.53%74.51%-
XYZ32.0843.7213.41-
YUV164.6377.42116.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=35.99%
G=45.89%
B=18.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149190750.2200.610.2581.3946.9451.96
Hex95BE4B1603D19512f34
Octal22527611326075311215764
Binary10010101101111101001011101100111101110011010001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,75); }

 H1.HeaderClassName
 {
   color: #95BE4B;
 }
 .AnyTagClassName
 {
   color: #95BE4B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,190,75); }

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

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

 span { border-color: rgb(149,190,75); }

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