Html Css Color HEX #95DA3C Atlantis

📋 copy color: '#95DA3C'

red 149 ◦ green 218 ◦ blue 60

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

Shades of Atlantis #95DA3C

Tints of Atlantis #95DA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.05%

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 34.89%
G = 51.05%
B = 14.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#95DA3C (or 0x95DA3C) is known color: Atlantis. HEX triplet: 95, DA and 3C. RGB value is (149,218,60). Sum of RGB (Red+Green+Blue) = 149+218+60=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DA3C is #6A25C3. Grayscale: #B3B3B3. Windows color (decimal): -6956484 or 3988117. OLE color: 3988117.

HSL color Cylindrical-coordinate representation of color #95DA3C: hue angle of 86.2º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95DA3C is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 60 -
CMYK 0.32 0 0.72 0.15
HSL 86.2º 0.68% 0.55% -
HSV(B) 86.2º 0.72% 0.85% -
XYZ 38.28 56.86 13.23 -
YUV 179.36 60.64 106.35 -
System Red Green Blue C M Y K H S L
Decimal 149 218 60 0.32 0 0.72 0.15 86.2 0.68 0.55
Hex 95 DA 3C 20 0 48 F 56 44 37
Octal 225 332 74 40 0 110 17 126 104 67
Binary 10010101 11011010 111100 100000 0 1001000 1111 1010110 1000100 110111

Color Harmonies of #95DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DA3C

Black with #95DA3C

Text Example


Text Example

White with #95DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,218,60); }

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

background-color css

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

 a { background-color: rgb(149,218,60); }

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

border-color css

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

 span { border-color: rgb(149,218,60); }

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