Html Css Color HEX #95C64B Atlantis

📋 copy color: '#95C64B'

red 149 ◦ green 198 ◦ blue 75

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

Shades of Atlantis #95C64B

Tints of Atlantis #95C64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.92%

 BLUE value IS 75 (29.69% from 255) = 17.77%

R = 35.31%
G = 46.92%
B = 17.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#95C64B (or 0x95C64B) is known color: Atlantis. HEX triplet: 95, C6 and 4B. RGB value is (149,198,75). Sum of RGB (Red+Green+Blue) = 149+198+75=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #95C64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C64B is #6A39B4. Grayscale: #A9A9A9. Windows color (decimal): -6961589 or 4966037. OLE color: 4966037.

HSL color Cylindrical-coordinate representation of color #95C64B: hue angle of 83.9º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95C64B is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 198 75 -
CMYK 0.25 0 0.62 0.22
HSL 83.9º 0.52% 0.54% -
HSV(B) 83.9º 0.62% 0.78% -
XYZ 33.86 47.29 14 -
YUV 169.33 74.77 113.5 -
System Red Green Blue C M Y K H S L
Decimal 149 198 75 0.25 0 0.62 0.22 83.9 0.52 0.54
Hex 95 C6 4B 19 0 3E 16 54 34 36
Octal 225 306 113 31 0 76 26 124 64 66
Binary 10010101 11000110 1001011 11001 0 111110 10110 1010100 110100 110110

Color Harmonies of #95C64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C64B

Black with #95C64B

Text Example


Text Example

White with #95C64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,75); }

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

background-color css

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

 a { background-color: rgb(149,198,75); }

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

border-color css

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

 span { border-color: rgb(149,198,75); }

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