Html Css Color HEX #95DF31 Atlantis

📋 copy color: '#95DF31'

red 149 ◦ green 223 ◦ blue 49

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

Shades of Atlantis #95DF31

Tints of Atlantis #95DF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.64%

R = 35.39%
G = 52.97%
B = 11.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#95DF31 (or 0x95DF31) is known color: Atlantis. HEX triplet: 95, DF and 31. RGB value is (149,223,49). Sum of RGB (Red+Green+Blue) = 149+223+49=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DF31 is #6A20CE. Grayscale: #B5B5B5. Windows color (decimal): -6955215 or 3268501. OLE color: 3268501.

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

Color convert

RGB 149 223 49 -
CMYK 0.33 0 0.78 0.13
HSL 85.52º 0.73% 0.53% -
HSV(B) 85.52º 0.78% 0.87% -
XYZ 39.34 59.39 12.3 -
YUV 181.04 53.48 105.15 -
System Red Green Blue C M Y K H S L
Decimal 149 223 49 0.33 0 0.78 0.13 85.52 0.73 0.53
Hex 95 DF 31 21 0 4E D 56 49 35
Octal 225 337 61 41 0 116 15 126 111 65
Binary 10010101 11011111 110001 100001 0 1001110 1101 1010110 1001001 110101

Color Harmonies of #95DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF31

Black with #95DF31

Text Example


Text Example

White with #95DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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