Html Css Color HEX #95C13D Atlantis

📋 copy color: '#95C13D'

red 149 ◦ green 193 ◦ blue 61

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

Shades of Atlantis #95C13D

Tints of Atlantis #95C13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.89%

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 36.97%
G = 47.89%
B = 15.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#95C13D (or 0x95C13D) is known color: Atlantis. HEX triplet: 95, C1 and 3D. RGB value is (149,193,61). Sum of RGB (Red+Green+Blue) = 149+193+61=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #95C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C13D is #6A3EC2. Grayscale: #A5A5A5. Windows color (decimal): -6962883 or 4047253. OLE color: 4047253.

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

Color convert

RGB 149 193 61 -
CMYK 0.23 0 0.68 0.24
HSL 80º 0.52% 0.5% -
HSV(B) 80º 0.68% 0.76% -
XYZ 32.31 44.87 11.37 -
YUV 164.8 69.42 116.73 -
System Red Green Blue C M Y K H S L
Decimal 149 193 61 0.23 0 0.68 0.24 80 0.52 0.5
Hex 95 C1 3D 17 0 44 18 50 34 32
Octal 225 301 75 27 0 104 30 120 64 62
Binary 10010101 11000001 111101 10111 0 1000100 11000 1010000 110100 110010

Color Harmonies of #95C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C13D

Black with #95C13D

Text Example


Text Example

White with #95C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,193,61); }

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

background-color css

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

 a { background-color: rgb(149,193,61); }

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

border-color css

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

 span { border-color: rgb(149,193,61); }

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