Html Css Color HEX #95DF4C Atlantis

📋 copy color: '#95DF4C'

red 149 ◦ green 223 ◦ blue 76

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

Shades of Atlantis #95DF4C

Tints of Atlantis #95DF4C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.78%

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

R = 33.26%
G = 49.78%
B = 16.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#95DF4C (or 0x95DF4C) is known color: Atlantis. HEX triplet: 95, DF and 4C. RGB value is (149,223,76). Sum of RGB (Red+Green+Blue) = 149+223+76=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DF4C is #6A20B3. Grayscale: #B8B8B8. Windows color (decimal): -6955188 or 5037973. OLE color: 5037973.

HSL color Cylindrical-coordinate representation of color #95DF4C: hue angle of 90.2º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95DF4C is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 76 -
CMYK 0.33 0 0.66 0.13
HSL 90.2º 0.7% 0.59% -
HSV(B) 90.2º 0.66% 0.87% -
XYZ 40.09 59.69 16.25 -
YUV 184.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 149 223 76 0.33 0 0.66 0.13 90.2 0.7 0.59
Hex 95 DF 4C 21 0 42 D 5A 46 3B
Octal 225 337 114 41 0 102 15 132 106 73
Binary 10010101 11011111 1001100 100001 0 1000010 1101 1011010 1000110 111011

Color Harmonies of #95DF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF4C

Black with #95DF4C

Text Example


Text Example

White with #95DF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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