Html Css Color HEX #95D74C Atlantis

📋 copy color: '#95D74C'

red 149 ◦ green 215 ◦ blue 76

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

Shades of Atlantis #95D74C

Tints of Atlantis #95D74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.27%

R = 33.86%
G = 48.86%
B = 17.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#95D74C (or 0x95D74C) is known color: Atlantis. HEX triplet: 95, D7 and 4C. RGB value is (149,215,76). Sum of RGB (Red+Green+Blue) = 149+215+76=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #95D74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D74C is #6A28B3. Grayscale: #B3B3B3. Windows color (decimal): -6957236 or 5035925. OLE color: 5035925.

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

Color convert

RGB 149 215 76 -
CMYK 0.31 0 0.65 0.16
HSL 88.49º 0.63% 0.57% -
HSV(B) 88.49º 0.65% 0.84% -
XYZ 38 55.51 15.55 -
YUV 179.42 69.63 106.3 -
System Red Green Blue C M Y K H S L
Decimal 149 215 76 0.31 0 0.65 0.16 88.49 0.63 0.57
Hex 95 D7 4C 1F 0 41 10 58 3F 39
Octal 225 327 114 37 0 101 20 130 77 71
Binary 10010101 11010111 1001100 11111 0 1000001 10000 1011000 111111 111001

Color Harmonies of #95D74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D74C

Black with #95D74C

Text Example


Text Example

White with #95D74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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