Html Css Color HEX #95D542 Atlantis

📋 copy color: '#95D542'

red 149 ◦ green 213 ◦ blue 66

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

Shades of Atlantis #95D542

Tints of Atlantis #95D542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.42%

R = 34.81%
G = 49.77%
B = 15.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#95D542 (or 0x95D542) is known color: Atlantis. HEX triplet: 95, D5 and 42. RGB value is (149,213,66). Sum of RGB (Red+Green+Blue) = 149+213+66=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #95D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D542 is #6A2ABD. Grayscale: #B1B1B1. Windows color (decimal): -6957758 or 4380053. OLE color: 4380053.

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

Color convert

RGB 149 213 66 -
CMYK 0.30 0 0.69 0.16
HSL 86.12º 0.64% 0.55% -
HSV(B) 86.12º 0.69% 0.84% -
XYZ 37.17 54.37 13.69 -
YUV 177.11 65.3 107.95 -
System Red Green Blue C M Y K H S L
Decimal 149 213 66 0.30 0 0.69 0.16 86.12 0.64 0.55
Hex 95 D5 42 1E 0 45 10 56 40 37
Octal 225 325 102 36 0 105 20 126 100 67
Binary 10010101 11010101 1000010 11110 0 1000101 10000 1010110 1000000 110111

Color Harmonies of #95D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D542

Black with #95D542

Text Example


Text Example

White with #95D542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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