Html Css Color HEX #95BE4B Atlantis

📋 copy color: '#95BE4B'

red 149 ◦ green 190 ◦ blue 75

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

Shades of Atlantis #95BE4B

Tints of Atlantis #95BE4B

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 value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#95BE4B (or 0x95BE4B) is known color: 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

RGB 149 190 75 -
CMYK 0.22 0 0.61 0.25
HSL 81.39º 0.47% 0.52% -
HSV(B) 81.39º 0.61% 0.75% -
XYZ 32.08 43.72 13.41 -
YUV 164.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 149 190 75 0.22 0 0.61 0.25 81.39 0.47 0.52
Hex 95 BE 4B 16 0 3D 19 51 2F 34
Octal 225 276 113 26 0 75 31 121 57 64
Binary 10010101 10111110 1001011 10110 0 111101 11001 1010001 101111 110100

Color Harmonies of #95BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BE4B

Black with #95BE4B

Text Example


Text Example

White with #95BE4B

Text Example


Text Example

HTML Codes & Css Web 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>