Html Css Color HEX #95D538 Atlantis

📋 copy color: '#95D538'

red 149 ◦ green 213 ◦ blue 56

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

Shades of Atlantis #95D538

Tints of Atlantis #95D538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.4%

R = 35.65%
G = 50.96%
B = 13.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#95D538 (or 0x95D538) is known color: Atlantis. HEX triplet: 95, D5 and 38. RGB value is (149,213,56). Sum of RGB (Red+Green+Blue) = 149+213+56=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #95D538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D538 is #6A2AC7. Grayscale: #B0B0B0. Windows color (decimal): -6957768 or 3724693. OLE color: 3724693.

HSL color Cylindrical-coordinate representation of color #95D538: hue angle of 84.46º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95D538 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 56 -
CMYK 0.30 0 0.74 0.16
HSL 84.46º 0.65% 0.53% -
HSV(B) 84.46º 0.74% 0.84% -
XYZ 36.9 54.26 12.27 -
YUV 175.97 60.3 108.77 -
System Red Green Blue C M Y K H S L
Decimal 149 213 56 0.30 0 0.74 0.16 84.46 0.65 0.53
Hex 95 D5 38 1E 0 4A 10 54 41 35
Octal 225 325 70 36 0 112 20 124 101 65
Binary 10010101 11010101 111000 11110 0 1001010 10000 1010100 1000001 110101

Color Harmonies of #95D538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D538

Black with #95D538

Text Example


Text Example

White with #95D538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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