Html Css Color HEX #95D53F Atlantis

📋 copy color: '#95D53F'

red 149 ◦ green 213 ◦ blue 63

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

Shades of Atlantis #95D53F

Tints of Atlantis #95D53F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.12%

 BLUE value IS 63 (25% from 255) = 14.82%

R = 35.06%
G = 50.12%
B = 14.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#95D53F (or 0x95D53F) is known color: Atlantis. HEX triplet: 95, D5 and 3F. RGB value is (149,213,63). Sum of RGB (Red+Green+Blue) = 149+213+63=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #95D53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D53F is #6A2AC0. Grayscale: #B1B1B1. Windows color (decimal): -6957761 or 4183445. OLE color: 4183445.

HSL color Cylindrical-coordinate representation of color #95D53F: hue angle of 85.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95D53F is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 63 -
CMYK 0.30 0 0.70 0.16
HSL 85.6º 0.64% 0.54% -
HSV(B) 85.6º 0.7% 0.84% -
XYZ 37.09 54.34 13.24 -
YUV 176.76 63.8 108.2 -
System Red Green Blue C M Y K H S L
Decimal 149 213 63 0.30 0 0.70 0.16 85.6 0.64 0.54
Hex 95 D5 3F 1E 0 46 10 56 40 36
Octal 225 325 77 36 0 106 20 126 100 66
Binary 10010101 11010101 111111 11110 0 1000110 10000 1010110 1000000 110110

Color Harmonies of #95D53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D53F

Black with #95D53F

Text Example


Text Example

White with #95D53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,63); }

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

background-color css

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

 a { background-color: rgb(149,213,63); }

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

border-color css

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

 span { border-color: rgb(149,213,63); }

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