Html Css Color HEX #95C253 Atlantis

📋 copy color: '#95C253'

red 149 ◦ green 194 ◦ blue 83

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

Shades of Atlantis #95C253

Tints of Atlantis #95C253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 34.98%
G = 45.54%
B = 19.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#95C253 (or 0x95C253) is known color: Atlantis. HEX triplet: 95, C2 and 53. RGB value is (149,194,83). Sum of RGB (Red+Green+Blue) = 149+194+83=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #95C253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C253 is #6A3DAC. Grayscale: #A8A8A8. Windows color (decimal): -6962605 or 5489301. OLE color: 5489301.

HSL color Cylindrical-coordinate representation of color #95C253: hue angle of 84.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95C253 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 83 -
CMYK 0.23 0 0.57 0.24
HSL 84.32º 0.48% 0.54% -
HSV(B) 84.32º 0.57% 0.76% -
XYZ 33.25 45.6 15.23 -
YUV 167.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 149 194 83 0.23 0 0.57 0.24 84.32 0.48 0.54
Hex 95 C2 53 17 0 39 18 54 30 36
Octal 225 302 123 27 0 71 30 124 60 66
Binary 10010101 11000010 1010011 10111 0 111001 11000 1010100 110000 110110

Color Harmonies of #95C253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C253

Black with #95C253

Text Example


Text Example

White with #95C253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,194,83); }

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

background-color css

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

 a { background-color: rgb(149,194,83); }

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

border-color css

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

 span { border-color: rgb(149,194,83); }

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