Html Css Color HEX #95C03E Atlantis

📋 copy color: '#95C03E'

red 149 ◦ green 192 ◦ blue 62

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

Shades of Atlantis #95C03E

Tints of Atlantis #95C03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

 BLUE value IS 62 (24.61% from 255) = 15.38%

R = 36.97%
G = 47.64%
B = 15.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#95C03E (or 0x95C03E) is known color: Atlantis. HEX triplet: 95, C0 and 3E. RGB value is (149,192,62). Sum of RGB (Red+Green+Blue) = 149+192+62=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #95C03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C03E is #6A3FC1. Grayscale: #A4A4A4. Windows color (decimal): -6963138 or 4112533. OLE color: 4112533.

HSL color Cylindrical-coordinate representation of color #95C03E: hue angle of 79.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95C03E is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 62 -
CMYK 0.22 0 0.68 0.25
HSL 79.85º 0.51% 0.5% -
HSV(B) 79.85º 0.68% 0.75% -
XYZ 32.11 44.44 11.44 -
YUV 164.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 149 192 62 0.22 0 0.68 0.25 79.85 0.51 0.5
Hex 95 C0 3E 16 0 44 19 50 33 32
Octal 225 300 76 26 0 104 31 120 63 62
Binary 10010101 11000000 111110 10110 0 1000100 11001 1010000 110011 110010

Color Harmonies of #95C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C03E

Black with #95C03E

Text Example


Text Example

White with #95C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,62); }

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

background-color css

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

 a { background-color: rgb(149,192,62); }

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

border-color css

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

 span { border-color: rgb(149,192,62); }

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