Html Css Color HEX #95D737 Atlantis

📋 copy color: '#95D737'

red 149 ◦ green 215 ◦ blue 55

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

Shades of Atlantis #95D737

Tints of Atlantis #95D737

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.31%

 BLUE value IS 55 (21.88% from 255) = 13.13%

R = 35.56%
G = 51.31%
B = 13.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#95D737 (or 0x95D737) is known color: Atlantis. HEX triplet: 95, D7 and 37. RGB value is (149,215,55). Sum of RGB (Red+Green+Blue) = 149+215+55=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #95D737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D737 is #6A28C8. Grayscale: #B1B1B1. Windows color (decimal): -6957257 or 3659669. OLE color: 3659669.

HSL color Cylindrical-coordinate representation of color #95D737: hue angle of 84.75º degrees, saturation: 0.67, 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 #95D737 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 215 55 -
CMYK 0.31 0 0.74 0.16
HSL 84.75º 0.67% 0.53% -
HSV(B) 84.75º 0.74% 0.84% -
XYZ 37.38 55.27 12.31 -
YUV 177.03 59.13 108.01 -
System Red Green Blue C M Y K H S L
Decimal 149 215 55 0.31 0 0.74 0.16 84.75 0.67 0.53
Hex 95 D7 37 1F 0 4A 10 55 43 35
Octal 225 327 67 37 0 112 20 125 103 65
Binary 10010101 11010111 110111 11111 0 1001010 10000 1010101 1000011 110101

Color Harmonies of #95D737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D737

Black with #95D737

Text Example


Text Example

White with #95D737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,215,55); }

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

background-color css

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

 a { background-color: rgb(149,215,55); }

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

border-color css

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

 span { border-color: rgb(149,215,55); }

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