Html Css Color HEX #95D741 Atlantis

📋 copy color: '#95D741'

red 149 ◦ green 215 ◦ blue 65

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

Shades of Atlantis #95D741

Tints of Atlantis #95D741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.15%

R = 34.73%
G = 50.12%
B = 15.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#95D741 (or 0x95D741) is known color: Atlantis. HEX triplet: 95, D7 and 41. RGB value is (149,215,65). Sum of RGB (Red+Green+Blue) = 149+215+65=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #95D741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D741 is #6A28BE. Grayscale: #B2B2B2. Windows color (decimal): -6957247 or 4315029. OLE color: 4315029.

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

Color convert

RGB 149 215 65 -
CMYK 0.31 0 0.70 0.16
HSL 86.4º 0.65% 0.55% -
HSV(B) 86.4º 0.7% 0.84% -
XYZ 37.65 55.37 13.7 -
YUV 178.17 64.13 107.2 -
System Red Green Blue C M Y K H S L
Decimal 149 215 65 0.31 0 0.70 0.16 86.4 0.65 0.55
Hex 95 D7 41 1F 0 46 10 56 41 37
Octal 225 327 101 37 0 106 20 126 101 67
Binary 10010101 11010111 1000001 11111 0 1000110 10000 1010110 1000001 110111

Color Harmonies of #95D741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D741

Black with #95D741

Text Example


Text Example

White with #95D741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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