Html Css Color HEX #95DF32 Atlantis

📋 copy color: '#95DF32'

red 149 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #95DF32

Tints of Atlantis #95DF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 35.31%
G = 52.84%
B = 11.85%

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

#95DF32 (or 0x95DF32) is known color: Atlantis. HEX triplet: 95, DF and 32. RGB value is (149,223,50). Sum of RGB (Red+Green+Blue) = 149+223+50=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DF32 is #6A20CD. Grayscale: #B5B5B5. Windows color (decimal): -6955214 or 3334037. OLE color: 3334037.

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

Color convert

RGB 149 223 50 -
CMYK 0.33 0 0.78 0.13
HSL 85.66º 0.73% 0.54% -
HSV(B) 85.66º 0.78% 0.87% -
XYZ 39.36 59.4 12.41 -
YUV 181.15 53.98 105.07 -
System Red Green Blue C M Y K H S L
Decimal 149 223 50 0.33 0 0.78 0.13 85.66 0.73 0.54
Hex 95 DF 32 21 0 4E D 56 49 36
Octal 225 337 62 41 0 116 15 126 111 66
Binary 10010101 11011111 110010 100001 0 1001110 1101 1010110 1001001 110110

Color Harmonies of #95DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF32

Black with #95DF32

Text Example


Text Example

White with #95DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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