Html Css Color HEX #95C341 Atlantis

📋 copy color: '#95C341'

red 149 ◦ green 195 ◦ blue 65

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

Shades of Atlantis #95C341

Tints of Atlantis #95C341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.68%

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

R = 36.43%
G = 47.68%
B = 15.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#95C341 (or 0x95C341) is known color: Atlantis. HEX triplet: 95, C3 and 41. RGB value is (149,195,65). Sum of RGB (Red+Green+Blue) = 149+195+65=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #95C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C341 is #6A3CBE. Grayscale: #A6A6A6. Windows color (decimal): -6962367 or 4309909. OLE color: 4309909.

HSL color Cylindrical-coordinate representation of color #95C341: hue angle of 81.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95C341 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 65 -
CMYK 0.24 0 0.67 0.24
HSL 81.23º 0.52% 0.51% -
HSV(B) 81.23º 0.67% 0.76% -
XYZ 32.86 45.8 12.11 -
YUV 166.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 149 195 65 0.24 0 0.67 0.24 81.23 0.52 0.51
Hex 95 C3 41 18 0 43 18 51 34 33
Octal 225 303 101 30 0 103 30 121 64 63
Binary 10010101 11000011 1000001 11000 0 1000011 11000 1010001 110100 110011

Color Harmonies of #95C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C341

Black with #95C341

Text Example


Text Example

White with #95C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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